-
Notifications
You must be signed in to change notification settings - Fork 351
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
Failed building wheel for flightgym #1
Comments
cd flightmare/flightlib/externals
rm -rf *
cd flightmare/flightlib/
pip install . |
Hi, after following the flightmare install steps , i get this error: Building wheels for collected packages: flightgym gmake[2]: *** [CMakeFiles/googletest.dir/build.make:98: googletest-prefix/src/googletest-stamp/googletest-download] Error 1 -- Configuring incomplete, errors occurred!
|
I have found this issue that has helped me to overcome the specific problem (the file you need is in flightmare/flightlib/cmake/gtest_download.cmake), however, there is another is another problem after that (specifically: fatal error: zmqpp/zmqpp.hpp: No such file or directory Has anyone found a global solution on this issue? |
Step 1: as per google/googletest#3663 Step 2: Step 3: |
@omarmradi thank you very much! |
The text was updated successfully, but these errors were encountered: