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'm trying to use the TopicGPT library in my Python project, but I'm encountering a ModuleNotFoundError when running my code. Here's the relevant part of the error traceback:
Traceback (most recent call last):
File "/path/to/project/main.py", line 9, in
from topicgpt.TopicGPT import TopicGPT
File "/path/to/project/env/lib/python3.12/site-packages/topicgpt/TopicGPT.py", line 14, in
from Clustering import Clustering_and_DimRed
ModuleNotFoundError: No module named 'Clustering'
I'm using Python 3.12 on macOS.
The text was updated successfully, but these errors were encountered:
Hi there,
I'm trying to use the TopicGPT library in my Python project, but I'm encountering a ModuleNotFoundError when running my code. Here's the relevant part of the error traceback:
Traceback (most recent call last):
File "/path/to/project/main.py", line 9, in
from topicgpt.TopicGPT import TopicGPT
File "/path/to/project/env/lib/python3.12/site-packages/topicgpt/TopicGPT.py", line 14, in
from Clustering import Clustering_and_DimRed
ModuleNotFoundError: No module named 'Clustering'
I'm using Python 3.12 on macOS.
The text was updated successfully, but these errors were encountered: