sfu-db / dataprep

Open-source low code data preparation library in python. Collect, clean and visualization your data in python with a few lines of code.

Home Page:http://dataprep.ai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dataprep won't pip install under Python 3.11 due to wordcloud

hfuhruhurr opened this issue · comments

Title says it all.

It appears to be a wordcloud issue as I uncovered this comment in a wordcloud issue. What's listed in this comment is verbatim what I'm seeing. But with a few extra lines saying:

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure

× Encountered error while trying to install package.
╰─> wordcloud

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

Because of this, I can't import dataprep.

Is there a way to allow dataprep to install even if one tiny portion of it doesn't?

fyi, I was able to pip install dataprerp under Python 3.10 without issue.

commented

Install - use this link to install MS Visual C++ redistributable and then try it out. It will work for sure.... After installing don't forget to restart.... Also "pip install wheel" before you proceed further