-
Notifications
You must be signed in to change notification settings - Fork 98
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
Broken Change. #15
Comments
Can you check again ? I have removed the matplotlob dependency in the latest code. |
We are progressing... Here is a new error. Collecting torch (from -r requirements.txt (line 48))
Command "python setup.py egg_info" failed with error code 1 in C:\Users...\AppData\Local\Temp\pip-install-zybybcj5\torch\ |
Hmm, can you install pytorch through the build instructions on the pytorch website ? There is some problem with the dependencies.. |
"pytorch doesn't provide packages for 3.4. It only provides packages for 3.5, 3.6, 2.7 at the moment (and 3.7 from next release)" Are you using python 3.4 ? |
I am using the latest Python release 3.7.1 |
That's what I originally did actually. I'm a little unsure of what issue you are having. Did you try installing Pytorch on your computer ? I think installing that should make everything run well. |
Yup I have installed torch as per the requirements file but it yells up with this on the console python3 server.py |
Hello, I have updated the installation requirements in this repo. If you can check the readme for the updated instructions and let me know if everything checks out , that would be great. |
Originally posted by @karanchahal in #14 (comment)
I am getting this now.
Collecting matplotlib==2.0.2 (from -r requirements.txt (line 31))
Using cached https://files.pythonhosted.org/packages/f5/f0/9da3ef24ea7eb0ccd12430a261b66eca36b924aeef06e17147f9f9d7d310/matplotlib-2.0.2.tar.gz
Complete output from command python setup.py egg_info:
============================================================================
Edit setup.cfg to change the build options
Command "python setup.py egg_info" failed with error code 1 in C:\Users....\AppData\Local\Temp\pip-install-pfl82zhk\matplotlib\
The text was updated successfully, but these errors were encountered: