interpret-text
interpret-text copied to clipboard
ModuleNotFoundError: No module named 'interpret_text'
New to interpret text. Failed to run the first cell. Where can I get the module interpret_text?
Looks like, you don't have interpret_text installed in your system. Note: It comes as a separate package and not as part of interpret base package.
You can download it using pip: pip install interpret_text
Looks like, you don't have interpret_text installed in your system. Note: It comes as a separate package and not as part of interpret base package. You can download it using pip:
pip install interpret_text
Hi,I have used 'pip install interpret_text', but still cannot import.