Python Forum
UNable to install plivoxml module
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UNable to install plivoxml module
#2
If it is not part of pypi.org, it cannot be installed with pip, and this module is not.
I think you are looking for plivo, which is part of pypi

first make sure the version of pip in your environment is for the version of python you want to install plivo in
pip -V
# also check
pip3 -V
Then from command line (using proper pip version):
sudo pip3 install plivo
Reply


Messages In This Thread
UNable to install plivoxml module - by deepakdeshp - Jan-21-2019, 06:58 PM
RE: UNable to install plivoxml module - by Larz60+ - Jan-21-2019, 07:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Unable to install matplotlib arunan 2 2,345 Jan-18-2021, 01:00 PM
Last Post: arunan

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020