Win10 install mujoco_py

If there is a problem with the direct installation, make a note. . .

问题: ERROR: Could not build wheels for mujoco-py which use PEP 517 and cannot be installed directly

solve:

Note: Windows drop-in .file (the file starting with a dot) cannot be created directly, it needs to be created with the command in cmd

Win + R enter cmd

enter cmd

Use the cd command to navigate to the directory where you want to create the file and enter the following command

md .filename

Effect:

Reference article: https://zhuanlan.zhihu.com/p/178323174

What needs to be modified is: you need to specify an old version during the final installation!

pip install mujoco_py==2.0.2.8

Effect:

Guess you like

Origin blog.csdn.net/jac_chao/article/details/115015121