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.
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.