Skip to content
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

Can't pip install #2

Open
mthurman opened this issue May 13, 2019 · 1 comment
Open

Can't pip install #2

mthurman opened this issue May 13, 2019 · 1 comment

Comments

@mthurman
Copy link

On OSX 10.13.4 with python 2:

$ pip install systems
Collecting systems
  Using cached https://files.pythonhosted.org/packages/9d/a5/ff64ceed64442d12f95d01fbdedd33d21025e187363c4d43dd121e13750e/systems-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 "/private/var/folders/j3/tt6d28192j92mpbp27c57p4h0000gn/T/pip-install-AoOJPw/systems/setup.py", line 3, in <module>
        with open("README.md", "r") as fh:
    IOError: [Errno 2] No such file or directory: 'README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/j3/tt6d28192j92mpbp27c57p4h0000gn/T/pip-install-AoOJPw/systems/
$ pip --version
pip 18.0 from /usr/local/lib/python2.7/site-packages/pip (python 2.7)
$ python --version
Python 2.7.15
@brunns
Copy link

brunns commented May 14, 2019

Does systems support python 2? It doesn't claim to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants