-
Notifications
You must be signed in to change notification settings - Fork 77
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
Comments
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. |
Most likely pybind11 installation was skipped in
|
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. |
Any update on pybind-related problems on Ubuntu 20.04? |
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!
The text was updated successfully, but these errors were encountered: