openai / roboschool

DEPRECATED: Open-source software for robot simulation, integrated with OpenAI Gym.
Other
2.13k stars 488 forks source link

ImportError: dynamic module does not define module export function (PyInit_cpp_household) #137

Open rohansaphal97 opened 6 years ago

rohansaphal97 commented 6 years ago

I am using a virtual conda environment with python 3.6. The virtual environment was created from anaconda2. Dont know if that's a problem though it shouldn't be.

I am getting the following error. Please suggest what can be done to resolve it.

_Python 3.6.5 |Anaconda, Inc.| (default, Apr 29 2018, 16:14:56) [GCC 7.2.0] on linux Type "help", "copyright", "credits" or "license" for more information.

import gym import roboschool Traceback (most recent call last): File "", line 1, in File "/data/Rohan/Projects/mbrl_using_PE/robo/roboschool/roboschool/init.py", line 105, in from roboschool.gym_pendulums import RoboschoolInvertedPendulum File "/data/Rohan/Projects/mbrl_using_PE/robo/roboschool/roboschool/gym_pendulums.py", line 1, in from roboschool.scene_abstract import SingleRobotEmptyScene File "/data/Rohan/Projects/mbrl_using_PE/robo/roboschool/roboschool/scene_abstract.py", line 12, in from roboschool import cpp_household as cpp_household ImportError: dynamic module does not define module export function (PyInit_cpphousehold)

@olegklimov Please help