-
Notifications
You must be signed in to change notification settings - Fork 150
error: command 'pip3 install ./python_example/' failed with exit status 1 #18
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
Comments
The actual error seems to be: but, from the below, it seems that the file actually exists in Is it possible that the
|
This part is weird:
You're using |
@ronbarak: Any updates here? |
I'm having a similar issue when I try to build wheels for other platforms using this repo's setup.py file with travis. I can build wheels locally, but when I try to do so remotely:
|
I built the pybind first, then tried the python_example, it poped same error as here, I can 't find any useful document for how to set up system vairbles. |
Hi, I commented on this here on the main pybind repository. Copying here for posterity: This actually appears to be a pip problem. When creating the virtualenv it was installing https://github.com/pypa/pip/blob/release/10.0.0/src/pip/_internal/locations.py)`. Forcing an install of the previous non-beta version fixes it for now. pip install pip==9.0.3 |
I think that this should be reported to upstream pip before they release
|
opened issue in pip: pypa/pip#5191 |
To my knowledge, this is fixed by pybind11 PR #1190. Can you verify? If so, we should probably get that merged soon. |
Lovely thank you @wjakob . Indeed installing that version prior to this example package and all compiles successfully. |
Thanks. I will run a test with homebrew python tomorrow which uses a different distutils scheme. |
Hi
Error says no |
Should be fine as of 2.6.0+, probably 2.5+. |
You can try to upgrade your pip. |
Thank you very much.Im no longer getting errors. :D |
try this: |
I'm trying to install https://github.com/pybind/python_example on Ubuntu 16.04, and I receive:
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
None of Google's top suggestions rectified the issue.
Any idea how to resolve?
The text was updated successfully, but these errors were encountered: