Skip to content

pip installation issues re 0.5.3 or 0.6.0 #18

@lebedov

Description

@lebedov

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions