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

Error on python3 preprocessing/extract.py #1

Open
acarlos opened this issue Feb 14, 2019 · 2 comments
Open

Error on python3 preprocessing/extract.py #1

acarlos opened this issue Feb 14, 2019 · 2 comments

Comments

@acarlos
Copy link

acarlos commented Feb 14, 2019

I'm getting the following error: ModuleNotFoundError: No module named 'common.files'
I know the folder common is there, but I don't know why it's complaining about. Can't figure it out about this import issue, can you help me?

@osalinasv
Copy link
Owner

If you are using Windows try adding the root of the project to the PYTHONPATH.

set PYTHONPATH=%PYTHONPATH%;./

I think my directory structure might have some issues and sometimes the modules are not found.

@JaxSulav
Copy link

you can try putting the extract.py in lipnet folder for the script to find the common.file package. Thats what worked for me. :)

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