ModuleNotFoundError: No module named 'cchardet' #2662
Replies: 3 comments
-
I'm having this error too, were you able to resolve it? |
Beta Was this translation helpful? Give feedback.
-
I have the same error |
Beta Was this translation helpful? Give feedback.
-
I run into same error using model version V2.1. I am not much of python coder, so I recommend you open issue instead of discussion. I change dependencies code to following and error resolved: #add these three #@markdown # Dependencies from IPython.utils import capture print('[1;32mInstalling dependencies...')
print('[1;32mDone, proceed') |
Beta Was this translation helpful? Give feedback.
-
When I try to test the trained model i am getting error "ModuleNotFoundError: No module named 'cchardet'".
Beta Was this translation helpful? Give feedback.
All reactions