-
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 flightmare #182
Comments
I resolved that error by installing python310-devel. The issue was that gcc wasnt able to locate Python.h. But now i am stuck here: Running setup.py install for flightgym ... error × Running setup.py install for flightgym did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip. |
Have you installed the recommended packages as mentioned in the following link (https://github.com/uzh-rpg/flightmare/wiki/Install-with-pip)? |
any updates? @spnd-vig |
**I am getting this error while entering into flightlib directory and issuing pip install . command:
(This is last few lines of the output)**
File "/tmp/pip-install-p36rsui7/atari-py_73d120c27bd94c5caa27670917c355d6/setup.py", line 21, in run
subprocess.check_call(['cmake', '--build', '.'], cwd=cwd)
File "/usr/lib64/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', '--build', '.']' returned non-zero exit status 2.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> atari-py
note: This is an issue with the package mentioned above, not pip.
The text was updated successfully, but these errors were encountered: