[英]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.