PS E:\study\machineStudy\project\rlFrame\rl_frame> pip install multi_agent_ale_py
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
Collecting multi_agent_ale_py
Downloading http://mirrors.aliyun.com/pypi/packages/8a/a1/92127ae8088e45a90a04c5a334db8ddac71815a968884b663bc53416cff6/multi-agent-ale-py-0.1.11.tar.gz (551 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 552.0/552.0 kB 84.8 kB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy in c:\users\hasee\appdata\local\programs\python\python-3.9.13\lib\site-packages (from multi_agent_ale_py) (1.24.1)Building wheels for collected packages: multi_agent_ale_py
Building wheel for multi_agent_ale_py (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [106 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-39
creating build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py\ale_python_interface.py -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py_init_.py -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
running egg_info
writing multi_agent_ale_py.egg-info\PKG-INFO
writing dependency_links to multi_agent_ale_py.egg-info\dependency_links.txt
writing requirements to multi_agent_ale_py.egg-info\requires.txt
writing top-level names to multi_agent_ale_py.egg-info\top_level.txt
reading manifest file 'multi_agent_ale_py.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.md'
writing manifest file 'multi_agent_ale_py.egg-info\SOURCES.txt'
C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:
Installing 'multi_agent_ale_py.tests.fixtures' as data is deprecated, please list it in packages.
!!
############################
# Package would be ignored #
############################
Python recognizes 'multi_agent_ale_py.tests.fixtures' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'multi_agent_ale_py.tests.fixtures' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'multi_agent_ale_py.tests.fixtures' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
copying multi_agent_ale_py\ale_c_wrapper.cpp -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py\ale_c_wrapper.h -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
creating build\lib.win-amd64-cpython-39\multi_agent_ale_py\tests
creating build\lib.win-amd64-cpython-39\multi_agent_ale_py\tests\fixtures
copying multi_agent_ale_py\tests\fixtures\tetris.bin -> build\lib.win-amd64-cpython-39\multi_agent_ale_py\tests\fixtures
running build_ext
Traceback (most recent call last):
File "C:\Users\hasee\AppData\Local\Temp\pip-install-l8u61xsi\multi-agent-ale-py_3ba53f58e2e9423cabd3aade4ad2d566\setup.py", line 20, in build_extensions
subprocess.check_output(["cmake", "--version"])
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\hasee\AppData\Local\Temp\pip-install-l8u61xsi\multi-agent-ale-py_3ba53f58e2e9423cabd3aade4ad2d566\setup.py", line 136, in <module>
setup(
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\__init__.py", line 87, in setup
return distutils.core.setup(**attrs)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\core.py", line 185, in setup
return run_commands(dist)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\core.py", line 201, in run_commands
dist.run_commands()
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\dist.py", line 969, in run_commands
self.run_command(cmd)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\dist.py", line 1208, in run_command
super().run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
cmd_obj.run()
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\wheel\bdist_wheel.py", line 299, in run
self.run_command('build')
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\dist.py", line 1208, in run_command
super().run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
cmd_obj.run()
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\command\build.py", line 132, in run
self.run_command(cmd_name)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\dist.py", line 1208, in run_command
super().run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
cmd_obj.run()
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\command\build_ext.py", line 84, in run
_build_ext.run(self)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\Cython\Distutils\old_build_ext.py", line 186, in run
_build_ext.build_ext.run(self)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\command\build_ext.py", line 346, in run
self.build_extensions()
File "C:\Users\hasee\AppData\Local\Temp\pip-install-l8u61xsi\multi-agent-ale-py_3ba53f58e2e9423cabd3aade4ad2d566\setup.py", line 22, in build_extensions
raise RuntimeError(
RuntimeError: CMake must be installed to build the extensions: multi_agent_ale_py.libale_c
[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
Installing collected packages: multi_agent_ale_py
Running setup.py install for multi_agent_ale_py ... error
error: subprocess-exited-with-error
× Running setup.py install for multi_agent_ale_py did not run successfully.
│ exit code: 1
╰─> [110 lines of output]
running install
C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-39
creating build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py\ale_python_interface.py -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py_init_.py -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
running egg_info
writing multi_agent_ale_py.egg-info\PKG-INFO
writing dependency_links to multi_agent_ale_py.egg-info\dependency_links.txt
writing requirements to multi_agent_ale_py.egg-info\requires.txt
writing top-level names to multi_agent_ale_py.egg-info\top_level.txt
reading manifest file 'multi_agent_ale_py.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.md'
writing manifest file 'multi_agent_ale_py.egg-info\SOURCES.txt'
C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:
Installing 'multi_agent_ale_py.tests.fixtures' as data is deprecated, please list it in packages.
!!
############################
# Package would be ignored #
############################
Python recognizes 'multi_agent_ale_py.tests.fixtures' as an importable package,
but it is not listed in the `packages` configuration of setuptools.
'multi_agent_ale_py.tests.fixtures' has been automatically added to the distribution only
because it may contain data files, but this behavior is likely to change
in future versions of setuptools (and therefore is considered deprecated).
Please make sure that 'multi_agent_ale_py.tests.fixtures' is included as a package by using
the `packages` configuration field or the proper discovery methods
(for example by using `find_namespace_packages(...)`/`find_namespace:`
instead of `find_packages(...)`/`find:`).
You can read more about "package discovery" and "data files" on setuptools
documentation page.
!!
check.warn(importable)
copying multi_agent_ale_py\ale_c_wrapper.cpp -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py\ale_c_wrapper.h -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
creating build\lib.win-amd64-cpython-39\multi_agent_ale_py\tests
creating build\lib.win-amd64-cpython-39\multi_agent_ale_py\tests\fixtures
copying multi_agent_ale_py\tests\fixtures\tetris.bin -> build\lib.win-amd64-cpython-39\multi_agent_ale_py\tests\fixtures
running build_ext
Traceback (most recent call last):
File "C:\Users\hasee\AppData\Local\Temp\pip-install-l8u61xsi\multi-agent-ale-py_3ba53f58e2e9423cabd3aade4ad2d566\setup.py", line 20, in build_extensions
subprocess.check_output(["cmake", "--version"])
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\subprocess.py", line 424, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\subprocess.py", line 505, in run
with Popen(*popenargs, **kwargs) as process:
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] 系统找不到指定的文件。
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\hasee\AppData\Local\Temp\pip-install-l8u61xsi\multi-agent-ale-py_3ba53f58e2e9423cabd3aade4ad2d566\setup.py", line 136, in <module>
setup(
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\__init__.py", line 87, in setup
return distutils.core.setup(**attrs)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\core.py", line 185, in setup
return run_commands(dist)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\core.py", line 201, in run_commands
dist.run_commands()
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\dist.py", line 969, in run_commands
self.run_command(cmd)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\dist.py", line 1208, in run_command
super().run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
cmd_obj.run()
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\command\install.py", line 68, in run
return orig.install.run(self)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\command\install.py", line 698, in run
self.run_command('build')
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\dist.py", line 1208, in run_command
super().run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
cmd_obj.run()
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\command\build.py", line 132, in run
self.run_command(cmd_name)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\cmd.py", line 318, in run_command
self.distribution.run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\dist.py", line 1208, in run_command
super().run_command(command)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\dist.py", line 988, in run_command
cmd_obj.run()
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\command\build_ext.py", line 84, in run
_build_ext.run(self)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\Cython\Distutils\old_build_ext.py", line 186, in run
_build_ext.build_ext.run(self)
File "C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\_distutils\command\build_ext.py", line 346, in run
self.build_extensions()
File "C:\Users\hasee\AppData\Local\Temp\pip-install-l8u61xsi\multi-agent-ale-py_3ba53f58e2e9423cabd3aade4ad2d566\setup.py", line 22, in build_extensions
raise RuntimeError(
RuntimeError: CMake must be installed to build the extensions: multi_agent_ale_py.libale_c
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> multi_agent_ale_py
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
PS E:\study\machineStudy\project\rlFrame\rl_frame> pip install multi_agent_ale_py
Looking in indexes: http://mirrors.aliyun.com/pypi/simple/
Collecting multi_agent_ale_py
Downloading http://mirrors.aliyun.com/pypi/packages/8a/a1/92127ae8088e45a90a04c5a334db8ddac71815a968884b663bc53416cff6/multi-agent-ale-py-0.1.11.tar.gz (551 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 552.0/552.0 kB 84.8 kB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy in c:\users\hasee\appdata\local\programs\python\python-3.9.13\lib\site-packages (from multi_agent_ale_py) (1.24.1)Building wheels for collected packages: multi_agent_ale_py
Building wheel for multi_agent_ale_py (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [106 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-39
creating build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py\ale_python_interface.py -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py_init_.py -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
running egg_info
writing multi_agent_ale_py.egg-info\PKG-INFO
writing dependency_links to multi_agent_ale_py.egg-info\dependency_links.txt
writing requirements to multi_agent_ale_py.egg-info\requires.txt
writing top-level names to multi_agent_ale_py.egg-info\top_level.txt
reading manifest file 'multi_agent_ale_py.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.md'
writing manifest file 'multi_agent_ale_py.egg-info\SOURCES.txt'
C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:
Installing 'multi_agent_ale_py.tests.fixtures' as data is deprecated, please list it in
packages.!!
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
Installing collected packages: multi_agent_ale_py
Running setup.py install for multi_agent_ale_py ... error
error: subprocess-exited-with-error
× Running setup.py install for multi_agent_ale_py did not run successfully.
│ exit code: 1
╰─> [110 lines of output]
running install
C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\command\install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
running build
running build_py
creating build
creating build\lib.win-amd64-cpython-39
creating build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py\ale_python_interface.py -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
copying multi_agent_ale_py_init_.py -> build\lib.win-amd64-cpython-39\multi_agent_ale_py
running egg_info
writing multi_agent_ale_py.egg-info\PKG-INFO
writing dependency_links to multi_agent_ale_py.egg-info\dependency_links.txt
writing requirements to multi_agent_ale_py.egg-info\requires.txt
writing top-level names to multi_agent_ale_py.egg-info\top_level.txt
reading manifest file 'multi_agent_ale_py.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.md'
writing manifest file 'multi_agent_ale_py.egg-info\SOURCES.txt'
C:\Users\hasee\AppData\Local\Programs\Python\python-3.9.13\lib\site-packages\setuptools\command\build_py.py:202: SetuptoolsDeprecationWarning:
Installing 'multi_agent_ale_py.tests.fixtures' as data is deprecated, please list it in
packages.!!
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> multi_agent_ale_py
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.