Python Forum
Problem Using Python Library
Thread Rating:
  • 3 Vote(s) - 2.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem Using Python Library
#9
It's telling you 'pip' is not installed, at least for the 2.7 version. If you are on Linux, you probably have Python 3.x already installed. You could try sudo pip3 -V to see if pip is installed for the v3.x. If you get the same result, then you need to install pip, see the Basic Install here: https://python-forum.io/Thread-Basic-Par...nvironment.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
Problem Using Python Library - by abir99 - Nov-13-2017, 05:17 AM
RE: Problem Using Python Library - by heiner55 - Nov-13-2017, 06:01 AM
RE: Problem Using Python Library - by abir99 - Nov-13-2017, 12:28 PM
RE: Problem Using Python Library - by j.crater - Nov-13-2017, 12:32 PM
RE: Problem Using Python Library - by abir99 - Nov-14-2017, 05:42 AM
RE: Problem Using Python Library - by Larz60+ - Nov-13-2017, 12:35 PM
RE: Problem Using Python Library - by j.crater - Nov-14-2017, 06:22 AM
RE: Problem Using Python Library - by abir99 - Nov-21-2017, 05:09 AM
RE: Problem Using Python Library - by sparkz_alot - Nov-21-2017, 03:12 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  cinemagoer library problem lunacy90 21 3,022 Sep-08-2023, 04:30 PM
Last Post: menator01
  Problem with importing python-telegram library into the project gandonio 1 1,751 Nov-01-2022, 02:19 AM
Last Post: deanhystad
  Problem with using Crypto library reks2004 2 2,557 Mar-27-2020, 05:38 AM
Last Post: buran
  Problem installing library thunderspeed 2 2,455 Mar-22-2020, 11:04 PM
Last Post: thunderspeed
  Problem importing resource library ChrisM 8 4,214 Oct-23-2019, 01:40 PM
Last Post: ChrisM
  PyInstaller, how to create library folder instead of library.zip file ? harun2525 2 4,990 May-06-2017, 11:29 AM
Last Post: harun2525

Forum Jump:

User Panel Messages

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