There is a TypeError when I type 'python panda_pick_and_place.py'.
I tried both Stable and Nightly.
Traceback (most recent call last):
File "panda_pick_and_place.py", line 7, in <module>
import gym_ignition_environments
File "/home/bak/venv/lib/python3.8/site-packages/gym_ignition_environments/__init__.py", line 8, in <module>
from . import models, randomizers, tasks
File "/home/bak/venv/lib/python3.8/site-packages/gym_ignition_environments/randomizers/__init__.py", line 5, in <module>
from . import cartpole, cartpole_no_rand
File "/home/bak/venv/lib/python3.8/site-packages/gym_ignition_environments/randomizers/cartpole.py", line 8, in <module>
from gym_ignition import randomizers, utils
File "/home/bak/venv/lib/python3.8/site-packages/gym_ignition/randomizers/__init__.py", line 5, in <module>
from . import abc, gazebo_env_randomizer, model, physics
File "/home/bak/venv/lib/python3.8/site-packages/gym_ignition/randomizers/abc.py", line 7, in <module>
import gym_ignition.base.task
File "/home/bak/venv/lib/python3.8/site-packages/gym_ignition/base/__init__.py", line 6, in <module>
from . import runtime, task
File "/home/bak/venv/lib/python3.8/site-packages/gym_ignition/base/runtime.py", line 11, in <module>
class Runtime(gym.Env, abc.ABC):
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
Description:
There is a TypeError when I type 'python panda_pick_and_place.py'.
I tried both Stable and Nightly.
Steps to reproduce
Additional context
Environment