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

I'm not having much luck installing the package with pip #3

Closed
BenKnigge opened this issue Mar 29, 2018 · 3 comments
Closed

I'm not having much luck installing the package with pip #3

BenKnigge opened this issue Mar 29, 2018 · 3 comments

Comments

@BenKnigge
Copy link

pip version info : pip 9.0.3 from /usr/local/lib/python3.5/dist-packages (python 3.5)

OS : Ubuntu 16.04

command : pip install pyconstring

Error :

Collecting pyconstring
Using cached pyconstring-1.0.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-wesiiv_6/pyconstring/setup.py", line 14, in
version=read_file('VERSION'),
File "/tmp/pip-build-wesiiv_6/pyconstring/setup.py", line 8, in read_file
with open(path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'VERSION'

@bgusach
Copy link
Owner

bgusach commented Mar 29, 2018

Hi @BenKnigge,

thanks for the feedback. It seems I did not update properly the manifest file. I'll fix that at some point.

The problem should be fixed now. I created a wheel file and released it on pypi. Try again ignoring your local cache: pip install --no-cache-dir pyconstring

@BenKnigge
Copy link
Author

Thanks for the quick reply. Problem solved.

@bgusach
Copy link
Owner

bgusach commented Mar 30, 2018

Glad to help!

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