-
Notifications
You must be signed in to change notification settings - Fork 22
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
pyrpm name already exist #41
Comments
Hey there! oO you are absolutely right. Didn't notice that before. |
@BrunoVernay this is not the library's issue. Python packages are not restricted to match pypi name and the actual package name. IDE should (and mine does) install dependencies into the dev environment using project's manifest, using package names for imports to pass it into @bkircher, I think this issue can be closed, because it's unrelated to the library. |
At least, keep it open, that could help others to understand the issue. |
Agree. Let's keep this open. Maybe it's also worth adding a note to the README to reduce confusion. |
When the code contain "from pyrpm...", some IDE (PyCharm for example) will install and import "pyrpm".
Seems legit, but it will actually install https://pypi.org/project/pyrpm/
It could be possible to document, add some kind of warning, or change the name.
The text was updated successfully, but these errors were encountered: