You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package does not run any more. I tried installing it in multiple ways on my computer (pip, git clone,etc) and nothing seems to work. How should we install this package? The instructions on the main page don't work.
I tried using the command from the quickstart google collab page:pip install git+https://github.com/deepmind/acme.git#egg=dm-acme[jax,tf,envs]
but I get this error:
creating build/lib.linux-x86_64-cpython-310/atari_py/tests
copying atari_py/tests/test_smoke.py -> build/lib.linux-x86_64-cpython-310/atari_py/tests
copying atari_py/tests/init.py -> build/lib.linux-x86_64-cpython-310/atari_py/tests
running build_ext
error: [Errno 2] No such file or directory: 'cmake'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for atari-py
Thank you!
The text was updated successfully, but these errors were encountered:
The package does not run any more. I tried installing it in multiple ways on my computer (pip, git clone,etc) and nothing seems to work. How should we install this package? The instructions on the main page don't work.
I tried using the command from the quickstart google collab page:
pip install git+https://github.com/deepmind/acme.git#egg=dm-acme[jax,tf,envs]
but I get this error:
creating build/lib.linux-x86_64-cpython-310/atari_py/tests
copying atari_py/tests/test_smoke.py -> build/lib.linux-x86_64-cpython-310/atari_py/tests
copying atari_py/tests/init.py -> build/lib.linux-x86_64-cpython-310/atari_py/tests
running build_ext
error: [Errno 2] No such file or directory: 'cmake'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for atari-py
Thank you!
The text was updated successfully, but these errors were encountered: