Reputation: 2457
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:
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.
Why is this happening?
Upvotes: -1
Views: 654
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