Missing Dependency/ Python Package from environment.yaml
DhananjayAshok opened this issue · 1 comments
Hi there, I was trying to run the example from the readme and got the message
python examples/random_env.py --env_name PassWater
Traceback (most recent call last):
File "examples/random_env.py", line 5, in
from softgym.registered_env import env_arg_dict, SOFTGYM_ENVS
File "/h/ashokdha/projects/softgym/softgym/registered_env.py", line 1, in
from softgym.envs.pour_water import PourWaterPosControlEnv
File "/h/ashokdha/projects/softgym/softgym/envs/pour_water.py", line 8, in
from shapely.geometry import Polygon
ModuleNotFoundError: No module named 'shapely'
I installed shapely into my conda environment and this went away. I think there may be a missing dependency for this in the environments.yaml file?
Thank You,
Dhananjay
Thanks for posting this issue! I have updated environments.yaml