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

__main__ Is not a package #28

Open
mybuttsd opened this issue Mar 29, 2019 · 2 comments
Open

__main__ Is not a package #28

mybuttsd opened this issue Mar 29, 2019 · 2 comments

Comments

@mybuttsd
Copy link

So I am trying to run python3 preprocess.py --dataset ljspeech, but here is the output:

root@robotics-pc:~/mimic2# sudo -H python3 preprocess.py --dataset ljspeech
Traceback (most recent call last):
File "preprocess.py", line 4, in
from .tqdm import tqdm
ModuleNotFoundError: No module named 'main.tqdm'; 'main' is not a package

Help?

@el-tocino
Copy link

Did you install the requirements.txt?

@Ruthvicp
Copy link

Ruthvicp commented Apr 2, 2019

Create a virtual environment and activate it. Then try "pip install -r requirements.txt"

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

3 participants