如何安装Vizdoom python

如何安装Vizdoom python,python,visual-studio,windows-10,reinforcement-learning,Python,Visual Studio,Windows 10,Reinforcement Learning,我是编程新手,我正在尝试在Windows10和python上安装vizdoom。使用命令: 不断地出现这个错误,我试着四处搜索,花了几个小时,但无法修复它 Collecting vizdoom Using cached vizdoom-1.1.7.tar.gz (4.9 MB) ERROR: Command errored out with exit status 1: command: 'C:\Users\USER\AppData\Local\Microsoft\Wind

我是编程新手,我正在尝试在Windows10和python上安装vizdoom。使用命令:

不断地出现这个错误,我试着四处搜索,花了几个小时,但无法修复它

Collecting vizdoom   Using cached vizdoom-1.1.7.tar.gz (4.9 MB)
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\USER\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\python.exe'
-c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-sqhbgmz4\\vizdoom\\setup.py'"'"';
__file__='"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-sqhbgmz4\\vizdoom\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\USER\AppData\Local\Temp\pip-pip-egg-info-m7e2idad'
         cwd: C:\Users\USER\AppData\Local\Temp\pip-install-sqhbgmz4\vizdoom\
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\USER\AppData\Local\Temp\pip-install-sqhbgmz4\vizdoom\setup.py", line 14, in <module>
        raise RuntimeError("Building pip package on Windows is not currently available ...")    
    RuntimeError: Building pip package on Windows is not currently available ...
    ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full  command output.
使用缓存的vizdoom-1.1.7.tar.gz(4.9 MB)收集vizdoom
错误:命令出错,退出状态为1:
命令:“C:\Users\USER\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\Python.exe”
-c'导入系统、设置工具、标记化;sys.argv[0]=“C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-sqhbgmz4\\vizdoom\\setup.py”“”;
__文件“''C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-sqhbgmz4\\vizdoom\\setup.py''”;f=getattr(标记化,“'open'”,open)(\uuuuu文件);code=f.read().replace(“\r\n”“”、“\n”“”);f、 close();exec(编译(代码,“'exec'”)“鸡蛋信息——鸡蛋库”C:\Users\USER\AppData\Local\Temp\pip-pip-egg-info-m7e2idad”
cwd:C:\Users\USER\AppData\Local\Temp\pip-install-sqhbgmz4\vizdoom\
完整输出(5行):
回溯(最近一次呼叫最后一次):
文件“”,第1行,在
文件“C:\Users\USER\AppData\Local\Temp\pip-install-sqhbgmz4\vizdoom\setup.py”,第14行,在
引发运行时错误(“在Windows上构建pip包当前不可用…”)
运行时错误:在Windows上生成pip包当前不可用。。。
----------------------------------------错误:命令出错,退出状态为1:python setup.py egg_info检查日志以获得完整的命令输出。

作为最后手段,我希望从这里得到一些帮助

没关系,我换了ubuntu。

没关系,我换了ubuntu

Collecting vizdoom   Using cached vizdoom-1.1.7.tar.gz (4.9 MB)
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\USER\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\python.exe'
-c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-sqhbgmz4\\vizdoom\\setup.py'"'"';
__file__='"'"'C:\\Users\\USER\\AppData\\Local\\Temp\\pip-install-sqhbgmz4\\vizdoom\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\USER\AppData\Local\Temp\pip-pip-egg-info-m7e2idad'
         cwd: C:\Users\USER\AppData\Local\Temp\pip-install-sqhbgmz4\vizdoom\
    Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\USER\AppData\Local\Temp\pip-install-sqhbgmz4\vizdoom\setup.py", line 14, in <module>
        raise RuntimeError("Building pip package on Windows is not currently available ...")    
    RuntimeError: Building pip package on Windows is not currently available ...
    ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full  command output.