Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
site packages, python 3.8
#6
This is what I get when I follow instructions in the "Head First Python" book from page 182. If I'm supposed to format this in some specific way, I'm sorry. Anyway, now the computer can't find the 'pip' module.

C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\mymodules\dist>python -m pip install vsearch-1.0.zip
Traceback (most recent call last):
File "C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\lib\runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pip\__main__.py", line 19, in <module>
sys.exit(_main())
File "C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pip\_internal\main.py", line 45, in main
command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
File "C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pip\_internal\commands\__init__.py", line 96, in create_command
module = importlib.import_module(module_path)
File "C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 783, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pip\_internal\commands\install.py", line 20, in <module>
from pip._internal.cache import WheelCache
File "C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pip\_internal\cache.py", line 19, in <module>
from pip._internal.wheel import InvalidWheelFilename, Wheel
File "C:\Users\Dixon\AppData\Local\Programs\Python\Python38-32\lib\site-packages\pip\_internal\wheel.py", line 42, in <module>
from pip._internal.utils.setuptools_build import make_setuptools_shim_args
ModuleNotFoundError: No module named 'pip._internal.utils.setuptools_build'
Reply


Messages In This Thread
site packages, python 3.8 - by Dixon - Jan-23-2020, 11:45 PM
RE: site packages, python 3.8 - by buran - Jan-24-2020, 08:42 AM
RE: site packages, python 3.8 - by Dixon - Jan-24-2020, 09:49 PM
RE: site packages, python 3.8 - by buran - Jan-24-2020, 09:55 PM
RE: site packages, python 3.8 - by snippsat - Jan-24-2020, 10:37 PM
RE: site packages, python 3.8 - by Dixon - Jan-27-2020, 11:10 PM
RE: site packages, python 3.8 - by snippsat - Jan-28-2020, 02:03 AM
RE: site packages, python 3.8 - by Dixon - Jan-28-2020, 10:18 PM
RE: site packages, python 3.8 - by snippsat - Jan-28-2020, 10:39 PM
RE: site packages, python 3.8 - by Dixon - Jan-28-2020, 11:26 PM
RE: site packages, python 3.8 - by Dixon - Jan-29-2020, 11:22 PM
RE: site packages, python 3.8 - by snippsat - Jan-30-2020, 12:34 AM
RE: site packages, python 3.8 - by Dixon - Feb-01-2020, 05:32 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Installing python packages in a virtual environment Led_Zeppelin 1 810 Aug-15-2023, 08:18 PM
Last Post: deanhystad
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 920 Jul-15-2023, 11:32 AM
Last Post: snippsat
  site-packages issue paulgureghian 3 1,403 Jul-07-2022, 04:15 PM
Last Post: snippsat
  Troubleshooting site packages ('h5py' to be specific) aukhare 2 2,041 Nov-02-2020, 03:04 PM
Last Post: snippsat
  How to create local copies of Python packages so they do not have to be downloaded okhajut 3 2,056 Sep-29-2020, 02:22 PM
Last Post: buran
  python interpreter won't import packages greenpy 1 2,000 Sep-11-2020, 07:47 PM
Last Post: buran
  Conversion of Oracle PL/SQL(packages, functions, procedures) to python modules. DivyaKumar 2 6,570 Jul-09-2020, 04:46 PM
Last Post: srikanth7482
  Site packages, Python 3.8 Dixon 2 2,560 Jan-18-2020, 10:42 PM
Last Post: Dixon
  Python 3.8 or 3.? Trouble installing packages dn237 5 6,856 Oct-25-2019, 07:21 PM
Last Post: snippsat
  Python packages - quality j.crater 8 5,803 Mar-13-2017, 08:58 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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