Skip to content

ModuleNotFoundError  #3

Description

@Swarzox

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions