error: command 'pip3 install ./python_example/' failed with exit status 1 #18
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 |
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 1None of Google's top suggestions rectified the issue.
Any idea how to resolve?
The text was updated successfully, but these errors were encountered: