0

Using Python I am trying to install a library called yappi through easy_install. However I am getting this error below on Windows 7 Command Shell:

enter image description here

I explored alternative installations. I tried previously 'pip install yappi' but this didn't work due to a separate error (can't build wheel) which is a separate question.

Jebathon
  • 4,310
  • 14
  • 57
  • 108

1 Answers1

1

Try downloading the appropriate wheel from here.

Then use pip install [package].

Ganesh Kathiresan
  • 2,068
  • 2
  • 22
  • 33