We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(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 :(
The text was updated successfully, but these errors were encountered:
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
pip install https://github.com/akretion/roulier/archive/0.0.1.tar.gz
Sorry, something went wrong.
af784a7
Merge pull request #20 from akretion/fix/pip_install_version
fe40f88
Fix #18 install error from pypi
FYI : VERSION file was not included in build. You can now pip install roulier==0.0.1
pip install roulier==0.0.1
@hparfr thanks a lot
No branches or pull requests
I'm investigating but not so used to build pip installable package :(
The text was updated successfully, but these errors were encountered: