The Isue with regard to `Import Error` or maybe Path Setting

asked 2020-02-11 00:44:04 -0500

kane_choigo gravatar image

updated 2020-02-11 01:28:37 -0500

Hello, I'm using ROS kinetic on Ubuntu 16.04, and sorry for my poor English.

I would have wanted to install gym-gazebo, but I've failed for some reasons.

So I referred to here and I had gym module in my labtop.

However I got another problem soon; I can only be able to import gym module in gym directory.

Just so you know, what I did in there is just the below 3 commands:

$ git clone https://github.com/openai/gym.git

$ cd gym

$ sudo pip install -e .

How should I make it possible to import gym module at anywhere?

Thanks in advance. :)

edit retag flag offensive close merge delete