You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for other issues and couldn't find a solution or duplication
I already searched in Google and didn't find any good information or help
I looked at the docs and didn't see anything to help
What happened?
I am attempting to launch Spyder from within Anaconda Navigator. I have uninstalled and reinstalled both Spyder and Anaconda Navigator. I am still receiving the following error message:
objc[34606]: Class RunLoopModeTracker is implemented in both /Users/matthewsmith/opt/anaconda3/lib/python3.9/site-packages/PyQt5/Qt5/lib/QtCore.framework/Versions/5/QtCore (0x10adf6288) and /Users/matthewsmith/opt/anaconda3/lib/libQt5Core.5.9.7.dylib (0x113060a80). One of the two will be used. Which one is undefined.
Traceback (most recent call last):
File "/Users/matthewsmith/opt/anaconda3/bin/spyder", line 11, in
sys.exit(main())
File "/Users/matthewsmith/opt/anaconda3/lib/python3.9/site-packages/spyder/app/start.py", line 233, in main
from spyder.app import mainwindow
File "/Users/matthewsmith/opt/anaconda3/lib/python3.9/site-packages/spyder/app/mainwindow.py", line 59, in
from qtpy import QtWebEngineWidgets # analysis:ignore
File "/Users/matthewsmith/opt/anaconda3/lib/python3.9/site-packages/qtpy/QtWebEngineWidgets.py", line 21, in
from PyQt5.QtWebEngineWidgets import QWebEnginePage
ValueError: PyCapsule_GetPointer called with incorrect name
I have tried an exhaustive search on Google and attempted some logical (and illogical) solutions but nothing seems to work.
Conda info
active environment : base
active env location : /Users/matthewsmith/anaconda3
shell level : 1
user config file : /Users/matthewsmith/.condarc
populated config files : /Users/matthewsmith/.condarc
conda version : 23.7.4
conda-build version : 3.26.1
python version : 3.11.5.final.0
virtual packages : __archspec=1=arm64
__osx=14.2.1=0
__unix=0=0
base environment : /Users/matthewsmith/anaconda3 (writable)
conda av data dir : /Users/matthewsmith/anaconda3/etc/conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/osx-arm64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/osx-arm64
https://repo.anaconda.com/pkgs/r/noarch
package cache : /Users/matthewsmith/anaconda3/pkgs
/Users/matthewsmith/.conda/pkgs
envs directories : /Users/matthewsmith/anaconda3/envs
/Users/matthewsmith/.conda/envs
platform : osx-arm64
user-agent : conda/23.7.4 requests/2.31.0 CPython/3.11.5 Darwin/23.2.0 OSX/14.2.1 aau/0.4.2 c/AGLPob2hdBFbagyCq8le6Q s/rS1SaS5sbT30sKel1TWWGg e/Ehi-VR_3FuKDxuOlWpvXTQ
UID:GID : 501:20
netrc file : None
offline mode : False
Checklist
What happened?
I am attempting to launch Spyder from within Anaconda Navigator. I have uninstalled and reinstalled both Spyder and Anaconda Navigator. I am still receiving the following error message:
objc[34606]: Class RunLoopModeTracker is implemented in both /Users/matthewsmith/opt/anaconda3/lib/python3.9/site-packages/PyQt5/Qt5/lib/QtCore.framework/Versions/5/QtCore (0x10adf6288) and /Users/matthewsmith/opt/anaconda3/lib/libQt5Core.5.9.7.dylib (0x113060a80). One of the two will be used. Which one is undefined.
Traceback (most recent call last):
File "/Users/matthewsmith/opt/anaconda3/bin/spyder", line 11, in
sys.exit(main())
File "/Users/matthewsmith/opt/anaconda3/lib/python3.9/site-packages/spyder/app/start.py", line 233, in main
from spyder.app import mainwindow
File "/Users/matthewsmith/opt/anaconda3/lib/python3.9/site-packages/spyder/app/mainwindow.py", line 59, in
from qtpy import QtWebEngineWidgets # analysis:ignore
File "/Users/matthewsmith/opt/anaconda3/lib/python3.9/site-packages/qtpy/QtWebEngineWidgets.py", line 21, in
from PyQt5.QtWebEngineWidgets import QWebEnginePage
ValueError: PyCapsule_GetPointer called with incorrect name
I have tried an exhaustive search on Google and attempted some logical (and illogical) solutions but nothing seems to work.
Conda info
Conda config
Conda list
Additional Context
I am using Macbook Pro M1
The text was updated successfully, but these errors were encountered: