-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Hi,
Pip install fails for python2 install because of missing Readme file:
long_description=open('README.md').read(),
sudo pip2 install cmocean
Collecting cmocean
Downloading https://files.pythonhosted.org/packages/0a/da/302ed3bb245833042961138521e4fa3cb9670aef40d90f32a9a1da83e7a5/cmocean-1.2.tar.gz (260kB)
100% |████████████████████████████████| 266kB 2.5MB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-install-kSlGW9/cmocean/setup.py", line 35, 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-kSlGW9/cmocean/
Metadata
Metadata
Assignees
Labels
No labels