-1

Running pip install pandas-dedupe, I get the following error: enter image description here

I tried manually installing python-Levenshtein first and got the same problem with the addition enter image description here. What can I do?

Corram
  • 233
  • 1
  • 3
  • 13
  • https://meta.stackoverflow.com/a/285557/5586359 Text, please! http://idownvotedbecau.se/imageofcode. [edit] your question, copy/paste from the terminal and properly [format](https://meta.stackoverflow.com/questions/251361/how-do-i-format-my-code-blocks) it as code. Images are not helpful, they're hard to read and hard to search. Badly formatted code is hard to read. Images are only good to show something non-textual (like colors, fonts, screen positions, etc). – phd Sep 23 '22 at 14:16

1 Answers1

0

Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/. In the installation guide, choose "Desktop development with C++".

Corram
  • 233
  • 1
  • 3
  • 13