-
Notifications
You must be signed in to change notification settings - Fork 2
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 Fails #3
Comments
What OS has the successfully worked on? |
Ah, yeah, sorry about that. I wasn't very thorough with my dependency management at the time and a lot of the dependencies listed in the I was working on this project on a Windows machine, but hopefully everything should work on Linux with minimal work |
Trying to reinstall all the dependencies now and it looks like you will need to upgrade to a newer tensorflow version as older ones such as 1.9 that I used at the time don't seem to be available on pip anymore. |
Removed ipython, still encountered some errors. Error and Fix 1:I was getting errors with the
Though it could be assumed, you may want to consider adding git as a dependency to install in your ReadMe before running Error and Fix 2:Program repeatedly errored with
Fixed by installing wheel with
I recommend adding wheel to "requirements.txt" Current Errors:
Tried installing setuptools with |
Issue
Running the command
ends in error:
System Environment
OS: Linux Mint 19.1 Tessa
KERNEL: 4.15.0-47-generic
CPU: Intel Core i7-4771 @ 3.50GHz
GPU: NVIDIA GeForce GTX 1080 Ti
GPU DRIVER: NVIDIA 418.43
RAM: 32 GB
The text was updated successfully, but these errors were encountered: