Python Forum
Python 3.8 or 3.? Trouble installing packages
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python 3.8 or 3.? Trouble installing packages
#6
Do you use Linux which distro or do use Windows?
Post exactly what you use.
dn237 Wrote:I tried to check to see if Pip is already installed or not by typing:

pip

pip -V

pip --version

pip3 -V

None of that worked
This seems strange to me if you use Linux.

dn237 Wrote:Are packages such as time, hashlib, hmac, requests, pip, and maybe a few others working properly in Python 3.8?
Here there is a mix time,hashlib,hmac is in standard library.
requests is 3-party module install with pip install requests .
pip(package manager for Python) is a build in part of all newer Python version.
Reply


Messages In This Thread
RE: Python 3.8 or 3.? Trouble installing packages - by snippsat - Oct-25-2019, 07:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Trouble with installing python domingo251 2 677 Sep-23-2023, 12:03 AM
Last Post: ICanIBB
  Installing python packages in a virtual environment Led_Zeppelin 1 867 Aug-15-2023, 08:18 PM
Last Post: deanhystad
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 964 Jul-15-2023, 11:32 AM
Last Post: snippsat
  Having trouble installing scikit-learn via VSC and pulling my hair out pythonturtle 1 828 Feb-07-2023, 02:23 AM
Last Post: Larz60+
  installing prospector and updating anaconda packages amir 2 1,076 Dec-24-2022, 06:13 AM
Last Post: amir
Question Trouble installing modules/libraries and getting Notepad++ to show cyrillic letters Dragiev 6 2,375 Jul-24-2022, 12:55 PM
Last Post: Dragiev
  Installing Modules / packages Oshadha 1 1,780 Feb-05-2021, 08:04 PM
Last Post: Jeff900
  How to create local copies of Python packages so they do not have to be downloaded okhajut 3 2,102 Sep-29-2020, 02:22 PM
Last Post: buran
  python interpreter won't import packages greenpy 1 2,040 Sep-11-2020, 07:47 PM
Last Post: buran
  Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules. DivyaKumar 2 6,651 Jul-09-2020, 04:46 PM
Last Post: srikanth7482

Forum Jump:

User Panel Messages

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