繁体   English   中英

尝试在Windows 10和Anaconda上安装PyInstaller

[英]Trying to install PyInstaller on Windows 10 and Anaconda

我正在尝试在Windows 10上使用Anaconda 2018.12的Python 3.7安装PyInstaller

我输入了: conda install -c conda-forge pyinstaller并收到以下错误消息:

Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - anaconda==2018.12=py37_0
  - pyinstaller
Use "conda info <package>" to see the dependencies for each package.

然后,我键入conda info pyinstaller但没有特殊输出。 我也用pyinstaller=3.2.1而不是pyinstaller做了同样的pyinstaller但这并没有改变任何东西

我该怎么办?

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM