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

python3.5 install trouble #21

Open
jackschmidt opened this issue Oct 28, 2019 · 2 comments
Open

python3.5 install trouble #21

jackschmidt opened this issue Oct 28, 2019 · 2 comments

Comments

@jackschmidt
Copy link

Both pip3 install filebytes and python3.5 setup.py install --user install the package as UNKNOWN-0.9.21 instead of filebytes-0.9.21 which means packages that depend on this one don't find it.

This can be reproduced in an ubuntu:16.04 docker image.

@jackschmidt
Copy link
Author

The problem seems to be the version of setuptools shipped in ubuntu 16.04 (setuptools-20.7.0). Upgrading to setuptools-41.6.0 with pip install --upgrade setuptools allows filebytes to be installed (with python3.5 setup.py install or pip3 install filebytes).

Perhaps a warning could be added to the readme about the requirement of a non-ancient setuptools? (16.04 seems still common if only to show flaws in glibc-2.23).

@sashs
Copy link
Owner

sashs commented Nov 29, 2019

Hey,
sorry for the late reply. I totally forgot to answer your question.
Yes, adding a warning sounds legit.

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