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.
http://dataprep.ai
MIT License
1.97k stars 201 forks source link

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

Open hfuhruhurr opened 1 year ago

hfuhruhurr commented 1 year ago

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.

nirmals-workspace commented 1 year ago

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