-
Notifications
You must be signed in to change notification settings - Fork 385
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
failure when using ./install_all_venv.sh #134
Comments
I'm double-checking the procedure. It looks like the build process for the This is what I am getting with rosdocker when using
|
running "sudo apt-get -y install libstdc++-11-dev" yields: Reading package lists... Done so the installed version is 11.4.0-1 |
I am unsure how to help since I cannot replicate your problem.
Can you please open a new shell, get into the root of pyslam and then run the following commands?
After, can you please copy-paste all the std output you obtained into a text file and share it here? Can you also try to use rosdocker and the ubuntu22_cuda container? (see the docker procedure in the README file) |
This seems to be a related issue I would also run |
when running this shell command it ended with (on ubuntu 22.04)
Building wheels for collected packages: kiwisolver, psutil, wrapt
Building wheel for kiwisolver (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [11 lines of output]
running bdist_wheel
running build
running build_ext
building 'kiwisolver' extension
creating build/temp.linux-x86_64-cpython-38/py
clang++ -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -DOPENSSL_NO_SSL3 -fPIC -I. -I/home/uriel/.python/venvs/pyslam/include -I/home/uriel/.pyenv/versions/3.8.10/include/python3.8 -c py/constraint.cpp -o build/temp.linux-x86_64-cpython-38/py/constraint.o
py/constraint.cpp:8:10: fatal error: 'algorithm' file not found
#include
^~~~~~~~~~~
1 error generated.
error: command '/usr/bin/clang++' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for kiwisolver
Running setup.py clean for kiwisolver
Building wheel for psutil (setup.py) ... done
Created wheel for psutil: filename=psutil-5.5.1-cp38-cp38-linux_x86_64.whl size=249851 sha256=8f57ea4cf65aba0c50cecc231092380d11c708cc03ecf11d1a56d0413dfb357d
Stored in directory: /home/uriel/.cache/pip/wheels/57/f5/41/32f5a1f2b1012be55d33a36be92cd310ec0fe44c3fdc042783
Building wheel for wrapt (setup.py) ... done
Created wheel for wrapt: filename=wrapt-1.11.2-cp38-cp38-linux_x86_64.whl size=60469 sha256=61e0bc9ad74da5a51fe69ce6d8c9366641107e8139deebd5bc5fce7a368b8c57
Stored in directory: /home/uriel/.cache/pip/wheels/52/25/16/7e228f52ee876e9c9c66dfd6eaf6fb2f73f18629a74dcf7045
Successfully built psutil wrapt
Failed to build kiwisolver
ERROR: Failed to build installable wheels for some pyproject.toml based projects (kiwisolver)
The text was updated successfully, but these errors were encountered: