标签: python install artificial-intelligence
我正在尝试安装AI Gym。我安装了Anaconda,并运行Anaconda提示符。我是按照安装手册进行的 https://github.com/openai/gym
现在,我安装它:
git clone https://github.com/openai/gym.git cd gym pip install -e .
,这是成功的。但是当我继续尝试时:
pip install -e '.[classic_control]'
我收到错误:
任何人都知道我做错了什么?