-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Error: EOF: end of file, read" in jsii after upgrading aws cdk to 1.71.0 #11232
Comments
A temporary workaround is to downgrade aws cdk to 1.70.0 and jsii to 1.13.0. |
I get the same error after the upgrade (1.71.0) |
Also seeing this. However, I noticed that if I removed my import of |
Can you confirm whether this is still an issue? There was a problem with Python 3.6 (see #11255) in |
I have this issue as well and just tested it with jsii 1.14.1 and cdk 1.72.0 on windows. The problem still occurs and doesn't seem to be fixed. |
Experiencing the same issue. I downgraded to aws-cdk to 1.70.0 and jsii to 1.13.0, however I get the following message:
Problem is not fixed |
I still see the issue in cdk 1.72.0 (windows) and python 3.8 |
I also see the issue using cdk 1.72.0, jsii 1.14.1 and Python 3.6.8. |
The This is effectively a duplicate of (actually duplicated by, but the other somehow got my attention first) #11314. I'll resolve this as you can follow the proceedings in #11314. |
|
Hi,
After upgrading aws cdk to 1.71.0 I started getting the error below from jsii.
Reproduction Steps
Upgrade aws cdk to 1.71.0. It will install version 1.14.0 of jsii which it depends on.
Trying to downgrade jsii to version 1.13.0 with aws cdk 1.71.0 returns:
aws-cdk-core 1.71.0 depends on jsii<2.0.0 and >=1.14.0
(jsii 1.14.0 was released on 29th of Oct 2020)
What did you expect to happen?
I expected bootstrap to complete without errors.
What actually happened?
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: