-
Notifications
You must be signed in to change notification settings - Fork 17
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
sdk/python/pulumi_aws_native/cloudformation/__init__.py Bug Report #1826
Comments
Sorry you're running into this @SeanWei-lab! I just started a release earlier that should finish in the next hour. In the meantime you can roll back to the previous version v1.6.0. |
Thank you for your help. I am currently using 1.7.0. After you complete the deployment, I will switch to the new version. Thank you for your hard work. |
I opened #1827 to improve our automation to catch such issues in the the future. |
@SeanWei-lab version 1.8.0 just got released to pypi: https://pypi.org/project/pulumi-aws-native/1.8.0/ Can you try it out and report back whether it solves it for you? Thanks! |
Yeah! It's working, and no error. Thank you for solving this problem so quickly. |
@flostadler I have another question I would like to consult you about. It is regarding specifying the plugin version in pulumi.yaml. |
@SeanWei-lab You'd usually use the version in the I'm gonna close this issue for now, but if you have any follow up questions don't hesitate to hop on our community slack or cut another GitHub issue! |
Sure ,thanks. |
What happened?
The file sdk/python/pulumi_aws_native/cloudformation/init.py imports from.custom_resource_emulator import *, but in the python package of version 1.7.0, this module cannot be found and there is no custom_resource_emulator.py file. When running pulumi, an error will be reported.
Example
Output of
pulumi about
CLI
Version 3.138.0
Go Version go1.23.2
Go Compiler gc
Host
OS debian
Version 12.7
Arch aarch64
Backend
Name pulumi.com
URL https://app.pulumi.com
User Unknown
Organizations
Token type personal
Pulumi locates its logs in /tmp by default
warning: Failed to read project: no Pulumi.yaml project file found (searching upwards from /pulumi/projects). If you have not created a project yet, use
pulumi new
to do so: no project file foundwarning: Failed to get information about the current stack: no Pulumi.yaml project file found (searching upwards from /pulumi/projects). If you have not created a project yet, use
pulumi new
to do so: no project file foundAdditional context
Please fix it as soon as possible. It affects the operation of aws-native.
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: