-
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
pip installation not working #42
Comments
For pip-installing the wheel or the tar only installs
The tar file does not contain code:
There must be an issue with the |
- fix #42 - CHANGELOG: make this a quick 0.1.1
I have a fix in PR #43. If you're ok with it I'll quickly ship a 0.1.1 today. |
Thanks. Please go ahead with the release. |
I published 0.1.1 and it is visible at https://pypi.org/project/pmda/ However, pip-installing does not find it at the moment:
Installing the local whl works fine. |
Tried it again and it works now. Maybe pypi just needed an hour... all good. |
Expected behaviour
installation works
Actual behaviour
ImportError: No module named 'pmda'
Code to reproduce the behaviour
The text was updated successfully, but these errors were encountered: