Closed
Description
Question
Dear team,
I am encountering a challenge while attempting to install the multi-agent-ale-py library, which is crucial for the pettingzoo[atari] environments. I have tried installations on both Python 3.9 and 3.10 environments on Windows 11, yet I consistently receive the following error output:
C:\Users\onur_\miniconda3\envs\py39\lib\site-packages\setuptools\command\build_py.py:201: _Warning: Package 'multi_agent_ale_py.tests.fixtures' is absent from the `packages` configuration.
subprocess.check_call(
File "C:\Users\onur_\miniconda3\envs\py39\lib\subprocess.py", line 373, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', 'C:\\Users\\onur_\\AppData\\Local\\Temp\\pip-install-ocskue_3\\multi-agent-ale-py_be2d67067fa3464aa2eb7e4295cc0754', '-DOUTPUT_NAME=multi_agent_ale_py.libale_c', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\\Users\\onur_\\AppData\\Local\\Temp\\pip-install-ocskue_3\\multi-agent-ale-py_be2d67067fa3464aa2eb7e4295cc0754\\build\\lib.win-amd64-cpython-39\\multi_agent_ale_py', '-DCMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE=C:\\Users\\onur_\\AppData\\Local\\Temp\\pip-install-ocskue_3\\multi-agent-ale-py_be2d67067fa3464aa2eb7e4295cc0754\\build\\lib.win-amd64-cpython-39\\multi_agent_ale_py', '-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY_RELEASE=build\\temp.win-amd64-cpython-39\\Release', '-DPYTHON_MODULE_EXTENSION=.dll', '-DUSE_SDL=OFF', '-DUSE_RLGLUE=OFF', '-DBUILD_EXAMPLES=OFF', '-DBUILD_CPP_LIB=OFF', '-DBUILD_CLI=OFF', '-DBUILD_C_LIB=ON', '-A', 'x64']' returned non-zero exit status 1.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for multi-agent-ale-py
Running setup.py clean for multi-agent-ale-py
Failed to build multi-agent-ale-py
ERROR: Could not build wheels for multi-agent-ale-py, which is required to install pyproject.toml-based projects
Your assistance would be greatly appreciated.
Best regards,