This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: python 3.9.6 installation installs 0 modules
Type: behavior Stage: resolved
Components: Versions: Python 3.9
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Dennis Sweeney, mark.dickinson, trambell, zach.ware
Priority: normal Keywords:

Created on 2021-08-02 18:22 by trambell, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (4)
msg398793 - (view) Author: nyizel (trambell) Date: 2021-08-02 18:22
https://nizel.is-inside.me/NEi7A4aM.png
msg398798 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2021-08-02 19:03
Posting just an image link makes this look like spam. Please copy and paste text showing your problem into a message instead.
msg398800 - (view) Author: Dennis Sweeney (Dennis Sweeney) * (Python committer) Date: 2021-08-02 19:45
Are you still able to `import heapq` or `import sys`?

`requests` and `filetype` are not part of the Python standard library, and must be installed separately. You can check out the tutorial here: https://packaging.python.org/tutorials/installing-packages/
msg398863 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2021-08-04 07:28
Setting as pending. It looks as though this report represents a misunderstanding of how Python works rather than a bug in Python.
History
Date User Action Args
2022-04-11 14:59:48adminsetgithub: 88977
2021-08-05 15:42:54trambellsetstatus: pending -> closed
stage: resolved
2021-08-04 07:28:39mark.dickinsonsetstatus: open -> pending

nosy: + mark.dickinson
messages: + msg398863

resolution: not a bug
2021-08-02 19:45:49Dennis Sweeneysetnosy: + Dennis Sweeney
messages: + msg398800
2021-08-02 19:03:56zach.waresetnosy: + zach.ware
messages: + msg398798
2021-08-02 18:22:18trambellcreate