-
Notifications
You must be signed in to change notification settings - Fork 126
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 install support #13
Comments
It turns out that (my-env) (bmnn) tsf-444-wpa-2-033:bioNN_EPFL_2018 Hang$ pip install -e git+https://github.com/EPFL-LCN/neuronaldynamics-exercises.git
Could not detect requirement name for 'git+https://github.com/EPFL-LCN/neuronaldynamics-exercises.git', please specify one with #egg=your_package_name
(my-env) (bmnn) tsf-444-wpa-2-033:bioNN_EPFL_2018 Hang$ pip install git+https://github.com/EPFL-LCN/neuronaldynamics-exercises.git
Collecting git+https://github.com/EPFL-LCN/neuronaldynamics-exercises.git
Cloning https://github.com/EPFL-LCN/neuronaldynamics-exercises.git to /private/var/folders/zv/8tdb08g97ql362y6_p5lk7280000gn/T/pip-req-build-x1j4sW
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/zv/8tdb08g97ql362y6_p5lk7280000gn/T/pip-req-build-x1j4sW/setup.py", line 2, in <module>
from pip.req import parse_requirements
ImportError: No module named req However, downgrading pip to 9.0.3 resolves this issue. The compatibility should be checked nonetheless. |
@angerhang thanks for bringin this to our attention - I agree we should pick up pip/pypi support again, which was dropped in the last release. |
After the recent update, pip is no longer supported and pip install directly from Github fails with
req
not found. Do you think we can add pip support back instead of requiring everyone to use miniconda :DThe text was updated successfully, but these errors were encountered: