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 error #18

Closed
damdam-s opened this issue Oct 12, 2016 · 3 comments
Closed

pip install error #18

damdam-s opened this issue Oct 12, 2016 · 3 comments
Labels

Comments

@damdam-s
Copy link

(env) USER@WORKSTATION:~$ pip install roulier==0.0.0
Collecting roulier==0.0.0
  Downloading roulier-0.0.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-4KXwP2/roulier/setup.py", line 6, in <module>
        version = open('VERSION').read().strip()
    IOError: [Errno 2] No such file or directory: 'VERSION'

I'm investigating but not so used to build pip installable package :(

@hparfr hparfr added the bug label Oct 12, 2016
@hparfr
Copy link
Member

hparfr commented Oct 12, 2016

It seams related to pypi install.

As a quick workaround, you can still do :
pip install https://github.com/akretion/roulier/archive/0.0.1.tar.gz

@hparfr hparfr closed this as completed in af784a7 Oct 12, 2016
hparfr added a commit that referenced this issue Oct 12, 2016
@hparfr
Copy link
Member

hparfr commented Oct 12, 2016

FYI : VERSION file was not included in build.
You can now pip install roulier==0.0.1

@damdam-s
Copy link
Author

@hparfr thanks a lot

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

No branches or pull requests

2 participants