I need to dockerize a flask app that uses spellchecker
. When running the docker image I get this error:
ImportError: No module named 'indexer'
File "/usr/local/lib/python3.5/site-packages/spellchecker/core.py", line 26, in <module>
from indexer import DictionaryIndex
ImportError: No module named 'indexer'
I was facing same error, I added pyspellchecker
into requirements.txt
and it worked for me.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With