You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use another name for Python SDK, like pulumi-local-provider?
I want to use this provider in Python, I have to download the generated Python SDK, and patch the line pep440_version_string = importlib.metadata.version(root_package) to something like pep440_version_string = '0.1.2' because it is not installed from PyPI.
We're unable to publish the Python package due to this issue for now.
We'll disable Python publishing and remove Python docs in the README, await on this issue filed with the maintainers of the
pulumi-local
package:The text was updated successfully, but these errors were encountered: