Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing bertopic cause Spyder 5.5.1 in Anaconda to not launch ith errors. #2070

Open
rdsch2 opened this issue Jun 29, 2024 · 1 comment
Open

Comments

@rdsch2
Copy link

rdsch2 commented Jun 29, 2024

After upgrading Anaconda to 2.6.1 Spyder 5.5.1 which is installed does not launch after installing latest Bertopic (from conda-forge). These are the errors. Sypder launched before installing bertopic.

Traceback (most recent call last):
File "/opt/anaconda3/bin/spyder", line 7, in
from spyder.app.start import main
File "/opt/anaconda3/lib/python3.12/site-packages/spyder/app/start.py", line 25, in
import ctypes
File "/opt/anaconda3/lib/python3.12/ctypes/init.py", line 8, in
from _ctypes import Union, Structure, Array
ImportError: dlopen(/opt/anaconda3/lib/python3.12/lib-dynload/_ctypes.cpython-312-darwin.so, 0x0002): symbol not found in flat namespace (_CFBundleGetVersionNumber)

@MaartenGr
Copy link
Owner

This does not seem to be related to BERTopic but instead your spyder environment. Instead, I would advise starting from a completely clean and fresh environment before continuing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants