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

Issues on a fresh install of 20.04 #20

Open
zhangzhihao2020 opened this issue Oct 11, 2020 · 4 comments
Open

Issues on a fresh install of 20.04 #20

zhangzhihao2020 opened this issue Oct 11, 2020 · 4 comments

Comments

@zhangzhihao2020
Copy link

zhangzhihao2020 commented Oct 11, 2020

when I install openrave in ubuntu2020,I miss this mistake and don't find the way to solve it.
<<
CMake Error at python/bindings/CMakeLists.txt:50 (message):
Should have installed pybind11; CMake will exit.
-- Configuring incomplete, errors occurred!
See also "/home/zzh/git/openrave/build/CMakeFiles/CMakeOutput.log".
See also "/home/zzh/git/openrave/build/CMakeFiles/CMakeError.log".
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
<<
If anyone knows the solution,please tell me,thank you!

@thoreauA
Copy link

Hi! I am trying to use openrave as well in Ubuntu 20.04 and it seems not an easy task. In your case you had not properly installed pybind11.
Look to the file install-dependencies.sh at # Install Pybind, make sure that all the lines are executed and that pybind11 is successfully installed.

@nicholasadr
Copy link
Member

nicholasadr commented Nov 6, 2020

Most likely pybind11 installation was skipped in ./install-dependencies.sh due to problem 2 mentioned in #19 (Look for "Please tell me who you are" printout). In that case you need to perform Git authentication beforehand:

git config --global user.email "[email protected]"
git config --global user.name "Your Name"

@bjutlss
Copy link

bjutlss commented Apr 1, 2023

I ran into the same problem, but I think I built pybind11 successfully, and I already have the content in the build folder, but I still have this problem at the last step.
My Ubuntu is 20.04, python = 3.9. Can you give me a little help? @nicholasadr

@zichunxx
Copy link

Any update on pybind-related problems on Ubuntu 20.04?

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

5 participants