lipnet
lipnet copied to clipboard
Error on python3 preprocessing/extract.py
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?
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.
you can try putting the extract.py in lipnet folder for the script to find the common.file package. Thats what worked for me. :)