silvery107 / rl-mpc-locomotion

Deep RL for MPC control of Quadruped Robot Locomotion
https://docs.google.com/presentation/d/18bznpYrkCPnhCisySPDz18hvL3Ytere7JiJEbdLvpgU/edit?usp=sharing
MIT License
417 stars 47 forks source link

Legacy importing bugs #19

Open silvery107 opened 2 months ago

silvery107 commented 2 months ago
ImportError: libpython3.8.so.1.0: cannot open shared object file: No such file or directory
NomoduleNotFoundError: No module named 'gym'
zhshubs commented 2 weeks ago

I have met this bug many times, I solve this bug by copying the libpython3.8.so.1.0 to /user/lib. I guess that install the python3.8 in your system not the virtual enviroment can also solve it.

silvery107 commented 2 weeks ago

Hi @zhshubs, thanks for your comment. Do you think there is a way to solve this systematically within this repo? i.e. by changing the virtual environment setup (varying the version of python/packages)

If you find one, feel free to open a PR to this, thanks.