-
Notifications
You must be signed in to change notification settings - Fork 43
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
pip3 install measurement==3.2.0 installation failing #75
Comments
It probably has to do with the release of |
Definitely. And if you build a Docker container from it, for some reason I could not install it using the same requirements.txt file (was still failing, even if sphinxcontrib.applehelp==1.0.2 was the first item). |
we were running into the same issue today. Perhaps I'm missing something, but why is |
I created a PR for moving the requirements : #76 IMO this should be backported too. |
btw, it seems to me that the installation issue only happens when we try to install |
For Docker, this one works
|
Can't we just fix it in the repo such #76? There can be many quick hacks, but it would be appreciated if this is addressed once and for all. |
Are there any plans to make a release with this fix included soon? |
Plans about releases are discussed at GH-64 1. Footnotes
|
The command to install the package
pip3 install measurement==3.2.0
is failing, can someone help what am I missing here?The text was updated successfully, but these errors were encountered: