natolambert / dynamicslearn

Working directory for dynamics learning for experimental robots.
MIT License
55 stars 20 forks source link

export your environment using --no-build flag #12

Open prajwalthakur opened 3 years ago

prajwalthakur commented 3 years ago

Creating a new environment from the current environment.yml file creating issues in my system. can you provide the environment.yml with the no-build flag, which will export every package in the YAML, but leave out the build specifiers.

conda env export --no-builds -f environment.yml

natolambert commented 3 years ago

What system are you running on? In our experience with onboarding new students, Mujoco causes most of the issues. Happy to try and help.