Using cached cufflinks-0.17.3-py3-none-any.whl Requirement already satisfied: textblob in c:\programdata\anaconda3\lib\site-packages (from pycaret) (0.17.1) Requirement already satisfied: ipywidgets in c:\programdata\anaconda3\lib\site-packages (from pycaret) (7.6.5) Requirement already satisfie...
Collecting swifter>=1.0.3 Using cached swifter-1.0.7.tar.gz (633 kB) Collecting textblob>=0.15.3 Using cached textblob-0.15.3-py2.py3-none-any.whl (636 kB) ERROR: Could not find a version that satisfies the requirement en-core-web-sm (from nlp_profiler) (from versions: none) ERROR:...
The problem seems to be that fastparquet ships a prebuilt wheel with a certain version of numpy and if you happen to have a different version of numpy you get this error. A workaround for me (usingpoetry) was to run this: poetry run pip install --force-reinstall fastparquet --no-binary...