You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python3 example.py
Traceback (most recent call last):
File "/home/robolab/Desktop/example.py", line 3, in <module>
from scenario import gazebo as scenario_gazebo
File "/home/robolab/miniconda3/envs/gym-ignitionv2/lib/python3.9/site-packages/scenario/__init__.py", line 227, in <module>
check_gazebo_installation()
File "/home/robolab/miniconda3/envs/gym-ignitionv2/lib/python3.9/site-packages/scenario/__init__.py", line 175, in check_gazebo_installation
raise RuntimeError(msg)
RuntimeError: Failed to find Ignition Gazebo ~=6.0.0.dev (found incompatible version(s): [<Version('6.14.0')>])
I also tried to build gym-ignition 1.3.1 source code (idyntree latest version) but i had a compilation error when i execute cmake .. command. This is the error:
CMake Error at /home/robolab/miniconda3/envs/gym-ignition/lib/cmake/iDynTree/iDynTreeTargets.cmake:107 (set_property):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "DEPRECATION" is not allowed.
Call Stack (most recent call first):
/home/robolab/miniconda3/envs/gym-ignition/lib/cmake/iDynTree/iDynTreeConfig.cmake:21 (include)
scenario/src/controllers/CMakeLists.txt:5 (find_package)
-- Configuring incomplete, errors occurred!
See also "/home/robolab/gym-ignition-1.3.1/build/CMakeFiles/CMakeOutput.log".
See also "/home/robolab/gym-ignition-1.3.1/build/CMakeFiles/CMakeError.log".
Environment
OS: Ubuntu 20.04
GPU: Intel integrated
Python: 3.9 from conda
Version: gym-ignition 1.3.1
Channel:
Stable
Nightly
Installation type:
User
Developer
The text was updated successfully, but these errors were encountered:
Description:
I have tried to install gym-ignition but cannot use the library as when I try to run the example code (https://robotology.github.io/gym-ignition/master/getting_started/scenario.html) I get an error from python.
Steps to reproduce
The terminal returns:
I also tried to build gym-ignition 1.3.1 source code (idyntree latest version) but i had a compilation error when i execute cmake .. command. This is the error:
Environment
The text was updated successfully, but these errors were encountered: