简体   繁体   中英

PyQt5 installation issue in Anaconda

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.

Anaconda\Scripts> conda install -c anaconda pyqt

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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