简体   繁体   中英

How to get PyQt4 working with Spyder

I'm trying to step through some code using Spyder (Python 3.6) but I keep getting the below error:

ModuleNotFoundError: No module named 'PyQt4'

I have googled it and looked through Stack Overflow, but none of the possibilities seem to work.

Qt4 is no longer supported in Anaconda, so no new packages were created for Python 3.6.

You could use a community channel called conda-forge to install PyQt4 for Python 3.6. However, that channel is not supported nor associated with Continuum (the company behind Anacoda).

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