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

Not able to run ProdLDA #9

Closed
rsreetech opened this issue Apr 25, 2021 · 1 comment
Closed

Not able to run ProdLDA #9

rsreetech opened this issue Apr 25, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rsreetech
Copy link

  • Python version: 3.6
  • Operating System: Windows

Description

I tried:
from octis.models.ProdLDA import ProdLDA

and get the following error:
d:\octisexp\lib\site-packages\octis\models\pytorchavitm_init_.py in
1 """Init package"""
2
----> 3 from octis.models.pytorchavitm.avitm.avitm_model import AVITM_model

ModuleNotFoundError: No module named 'octis.models.pytorchavitm.avitm'

I have created a virtual environment and installed octis using : pip install octis

@silviatti silviatti self-assigned this Apr 25, 2021
@silviatti silviatti added the bug Something isn't working label Apr 25, 2021
@silviatti
Copy link
Collaborator

Hi!
Thanks for reporting! :) There was a missing init.py file. We have solved this issue with the release of version 1.3.0.
Bye,

Silvia

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants