PyQt5 installation issue in Anaconda

一笑奈何 提交于 2019-12-11 16:57:29

问题


I was trying to install PyQt5 in windows 10 from anaconda prompt.But I found following error:

(base) C:\WINDOWS\system32>conda install -c dsdale24 pyqt5 Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - pyqt5
  - zstd
Use "conda info <package>" to see the dependencies for each package.

I uninstalled anaconda and installed again. But same issue. Could you please suggest a workaround.

Thanks, Moni

来源:https://stackoverflow.com/questions/54014900/pyqt5-installation-issue-in-anaconda

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!