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

pip install fails #119

Closed
pnorman opened this issue Oct 22, 2017 · 2 comments
Closed

pip install fails #119

pnorman opened this issue Oct 22, 2017 · 2 comments
Assignees

Comments

@pnorman
Copy link
Contributor

pnorman commented Oct 22, 2017

(ve) pnorman@pippin:~/osm/tilezen/ve$ pip install tileserver==2.1.0
Collecting tileserver==2.1.0
  Using cached tileserver-2.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-build-HUCgBa/tileserver/setup.py", line 5, in <module>
        with open(version_path) as fh:
    IOError: [Errno 2] No such file or directory: '/tmp/pip-build-HUCgBa/tileserver/VERSION'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-HUCgBa/tileserver/

This is in a clean virtualenv

@pnorman
Copy link
Contributor Author

pnorman commented Oct 22, 2017

Looking at the .tar.gz from pypi, it doesn't have the VERSION file in it.

@rmarianski
Copy link
Member

This should work now with tileserver 2.1.1.

@ghost ghost removed the in review label Oct 23, 2017
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