关于gym和universe安装
来源:7-4 配置开发环境(2)
等米下锅
2018-09-02
总是报错:
nstalling collected packages: atari-py, PyOpenGL, box2d-py, Cython, glfw, mujoco-py, gym
Running setup.py install for atari-py ... error
Complete output from command /Users/wangchun/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-install-zgt6fpr4/atari-py/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-1s8r5zlg/install-record.txt --single-version-externally-managed --compile:
running install
和报错
----------------------------------------
Command "/Users/wangchun/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-install-zgt6fpr4/atari-py/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-1s8r5zlg/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-install-zgt6fpr4/atari-py/
1回答
-
Oscar
2018-09-03
你没仔细看这篇文章:Windows,Linux,macOS三平台安装OpenAI的Gym和Universe
你没有安装 Cmake。
当然了,你也可以直接下载课程资料下载里面的百度云盘里面我提供的虚拟机镜像,配好了所有环境的。
00
相似问题