-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
As of the submission of this issue, it seems that bashplotlib can't be installed from pypi via pip in a virtualenv; when I do so, pip attempts to install 0.6.0 but fails with the following error:
IOError: [Errno 2] No such file or directory: 'LICENSE.txt'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/home/lev/Work/virtualenvs/PYTHON/build/bashplotlib/setup.py", line 11, in <module>
license=open("LICENSE.txt").read(),
IOError: [Errno 2] No such file or directory: 'LICENSE.txt'
Moreover, I noticed that pypi appears to list 0.5.3 as a later release than 0.6.0.
Metadata
Metadata
Assignees
Labels
No labels