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 wheel bcrypt fails with ValueError: path '/Users/dstufft/projects/bcrypt/bcrypt/crypt_blowfish-1.2/crypt_blowfish.c' cannot be absolute #12

Closed
pfmoore opened this issue Sep 10, 2014 · 9 comments

Comments

@pfmoore
Copy link

pfmoore commented Sep 10, 2014

I suspect that this is because the sdist hosted on PyPI includes an egg-info directory with SOURCES.txt containing absolute filenames. Probably as a result of the line

ext_modules = [_ffi.verifier.get_extension()]

in setup.py, which seems to add the absolute paths. Uninstalling cffi and doing setup.py sdist produces a workable sdist.

@danielsamuels
Copy link

I'm seeing this issue on Windows 8.1 using Python 2.7.8.

@timgraham
Copy link
Contributor

pip install bcrypt with Python 3.4.2 on Windows also gives the same error.

@raphaeltm
Copy link

I'm getting the same error on Windows 8.1 with Python 3.4.1.

@alex
Copy link
Member

alex commented Oct 29, 2014

@dstufft can you weigh in here?

@pauleohare
Copy link

Same problem on windows 8.1 with python 3.4.0

@liorn
Copy link

liorn commented Nov 27, 2014

Same problem with windows 8, python 2.7.6

@liorn
Copy link

liorn commented Nov 27, 2014

@alex, @dstufft, this prevents easy installation of your module. Any chance of fixing this soon?

@Daemoneyes
Copy link

ubuntu 14.04 AMI with Python2.7 pip install failed

@alex
Copy link
Member

alex commented Dec 6, 2014

This should be fixed on master now. We'll do a new release shortly.

@alex alex closed this as completed Dec 6, 2014
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

8 participants