Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Looking in indexes: https://test.pypi.org/simple/
Collecting Keras==0.1.0
  Using cached https://test-files.pythonhosted.org/packages/c4/08/7f1c6bfaa86e69ccadadc552d6309f1685d779a93047d0a7c317b26a321e/Keras-0.1.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-O0DpNQ/Keras/setup.py", line 7, in <module>
        long_description = open('README.md').read(),
    IOError: [Errno 2] No such file or directory: 'README.md'

   Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-O0DpNQ/Keras/


What I have tried:

pip install -i https://test.pypi.org/simple/ Keras==0.1.0
Posted
Comments
Richard MacCutchan 14-Mar-19 4:31am    
The error message could not be clearer.
Amit JS 14-Mar-19 4:48am    
No such file or directory: 'README.md'

I got it, it's not there, so what should I do now?
Richard MacCutchan 14-Mar-19 5:22am    
Find out where it is, or why it is missing from the distribution that you are trying to install.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900