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
Edit: I also tried the "easy_install", as indicated in this other post on stackoverflow: "pip install gives error: Unable to find vcvarsall.bat
" - but that also did not work.
Could anyone please help why?
Thanks!