I installed neattext using
$ pip3 install neattext
import neattext.functions as nfx
throws the ModuleNotFoundError.
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/var/folders/pl/g5kg5m5d06q_z_dgyvpv_84w0000gn/T/ipykernel_35413/3378150044.py in <module>
1 # Load Text Cleaning Package
----> 2 import neattext.functions as nfx
ModuleNotFoundError: No module named 'neattext'
I uninstalled and reinstalled neattext and in a new terminal restarted jupyter notebook still facing same problem
Trying to install neattext within jupyter cell
$ pip3 install neattext
Requirement already satisfied: neattext in /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages (0.1.3)
however importing neattext again throws ModuleNotFoundError.