lipnet icon indicating copy to clipboard operation
lipnet copied to clipboard

Error on python3 preprocessing/extract.py

Open acarlos opened this issue 7 years ago • 2 comments

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?

acarlos avatar Feb 14 '19 14:02 acarlos

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.

osalinasv avatar Mar 10 '19 04:03 osalinasv

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

JaxSulav avatar Mar 12 '19 05:03 JaxSulav