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
2.05k stars 206 forks source link

C++14 Missing when using pip install #779

Open HengZhouSFU opened 2 years ago

HengZhouSFU commented 2 years ago

Describe the bug When installing the package, the pip raises an error that says "error: Microsoft Visual C++ 14.0 or greater is required." even there is C++14 installed.

To Reproduce Steps to reproduce the behavior:

  1. Simply run "pip install -U dataprep"

Screenshots image

jinglinpeng commented 2 years ago

Hi @HengZhouSFU , looks the error come from the bottleneck lib in Windows. We didn't test Windows thoroughly. Will it throw error if you install bottleneck with pip?

We now are working on removing this dependency. For a temporary usage, you could use Mac (or google colab, e.g., see https://colab.research.google.com/drive/1U_-pAMcne3hK1HbMB3kuEt-093Np_7Uk?usp=sharing)