Unable to launch Spyder due to multiple classes being defined in 2 locations

Viewed 7

Suddenly having an issue launching Spyder from Anaconda Navigator and command line after clicking 'install' for environment myenv in the Navigator. Was previously able to launch Spyder from command line. Does anyone know why this would happen? I have tried uninstalling pyqt5 but it looks like it's needed by Spyder.

Error message:

objc[4134]: Class QMacAutoReleasePoolTracker is implemented in both .../opt/anaconda3/envs/myenv/lib/python3.9/site-packages/PyQt5/Qt5/lib/QtCore.framework/Versions/5/QtCore (0x10bf2a198) and .../opt/anaconda3/envs/myenv/lib/libQt5Core.5.15.2.dylib (0x110ca4388). One of the two will be used. Which one is undefined.

objc[4134]: Class QT_ROOT_LEVEL_POOL__THESE_OBJECTS_WILL_BE_RELEASED_WHEN_QAPP_GOES_OUT_OF_SCOPE is implemented in both .../opt/anaconda3/envs/myenv/lib/python3.9/site-packages/PyQt5/Qt5/lib/QtCore.framework/Versions/5/QtCore (0x10bf2a210) and .../opt/anaconda3/envs/myenv/lib/libQt5Core.5.15.2.dylib (0x110ca4400). One of the two will be used. Which one is undefined.

... etc

0 Answers
Related