Yura
Yura

Reputation: 2457

"pip install nexmo" fails

I want to integrate nexmo into my Python product, so that I can send SMS. On my localhost (Python 3.6.1), using this, I have installed it easily by

pip intall nexmo

However now I want to move everything to the server and the

pip intall nexmo

Fails:

enter image description here

Edit

I also tried the "easy_install", as indicated in this other post on Stack Overflow: "pip install gives error: Unable to find vcvarsall.bat" - but that also did not work.

enter image description here

Why is this happening?

Upvotes: -1

Views: 654

Answers (1)

Yura
Yura

Reputation: 2457

I fixed it using this link send to me by Nexmo support team: https://blogs.msdn.microsoft.com/pythonengineering/2016/04/11/unable-to-find-vcvarsall-bat/

Upvotes: 0

Related Questions