-
Notifications
You must be signed in to change notification settings - Fork 180
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
Setup requirements error #6
Comments
same issue as yours |
solved by downgrade to python 3.6 |
plus, you need a vpn if you are in china, otherwise it will be very slow downloading process |
I've added checking for Python 3.6 in #8. @vtshitoyan could you please review and merge? |
@jdagdelen I am not sure this fixes the issue since it happens during the |
I'm adding the |
Had an issue (from within a fresh conda environment) running:
pip install -r requirements.txt
After successfully compiling packages installation ultimately failed with:
The solution was to re-run pip with the --ignore-installed option:
pip install --ignore-installed -r requirements.txt
Beyond that, everything installed and ran as expected.
Hope this saves some headaches for others.
Great work!
Doug
The text was updated successfully, but these errors were encountered: