-
Notifications
You must be signed in to change notification settings - Fork 348
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
issue with installing flightlib with pip #190
Comments
You have to modify flightmare/flightlib/cmake/gtest_download.cmake as follows:
This because git has replaced the tag 'master' with 'main'. |
Hi, after replacing master with main I get the following error: In file included from ...../flightmare/flightlib/src/bridges/unity_bridge.cpp:1: Any ideas on that? |
I had the same error, you have to compile zmqpp on your machine but this will consist in compiling also other packages. In the end it will still give you some error so I personally gave up. Good luck and let me know if you are successfull! |
Running into the same problem, @savvas-ap did you happen to find a solution? |
@mrunaljsarvaiya unfortunately not. I tried installing flightmare on Ubuntu 22.04 that zmqpp is no longer supported. I believe that on Ubuntu 20.04 things might were going to be a bit more straightforward, however, I have not tried that yet. |
@mrunaljsarvaiya you may want to take a look here: |
Thank you! I actually managed to get it to work last week. In addition the fixes mentioned in #1, I had to switch to the dev/version_22 branch |
Hi Guys,
I am following the guide to install with pip https://github.com/uzh-rpg/flightmare/wiki/Install-with-pip.
However, error happens when I run
which is
The text was updated successfully, but these errors were encountered: