No module named 'scattertext' #104
-
I have scattertext installed in my iMac as well in my MacBook. When trying to load it with Since I am getting it in both computers, I wonder if there are any ideas how to overcome this error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's tough to tell what's going on, but I'd recommend creating a new virtual environment with conda, activating it, running pip install scattertext, and then activating that virtual environment whenever you'd like to use the package. Note that if you'd like to use jupyter, you'll have to go through some additional steps, along the lines of https://towardsdatascience.com/python-virtual-environments-jupyter-notebook-bb5820d11da8 |
Beta Was this translation helpful? Give feedback.
It's tough to tell what's going on, but I'd recommend creating a new virtual environment with conda, activating it, running pip install scattertext, and then activating that virtual environment whenever you'd like to use the package.
Note that if you'd like to use jupyter, you'll have to go through some additional steps, along the lines of https://towardsdatascience.com/python-virtual-environments-jupyter-notebook-bb5820d11da8