Skip to content
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

Python publishing name conflict - PyPI package pulumi-local already in use #1

Open
AaronFriel opened this issue Jun 15, 2023 · 1 comment
Labels
kind/engineering Work that is not visible to an external user

Comments

@AaronFriel
Copy link
Contributor

AaronFriel commented Jun 15, 2023

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:

AaronFriel added a commit that referenced this issue Jun 15, 2023
Pending resolution of issue #1 - Python name collision on package
"pulumi-local".
@iwahbe iwahbe added the kind/engineering Work that is not visible to an external user label Dec 27, 2023
@zhangyoufu
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

3 participants