我正在尝试在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
做过同样的事情,但这并没有改变
我该怎么办?