问题描述
NPM卸载高版本后安装低版本运行报错:
C:\Users\Administrator>npm -v
ERROR: npm v10.2.1 is known not to run on Node.js v10.24.1. This version of npm supports the following node versions: ^18.17.0 || >20.5.0. You can find the latest…
1.问题 新版gym0.26.2,无法执行以下代码
from gym.envs.toy_text import discrete 故将gym0.26.2改成gym0.21.0,但遇到以下错误
Preparing metadata (setup.py) ... errorerror: subprocess-exited-with-error python setup.py egg_info did not run s…