[issue44814] python 3.9.6 installation installs 0 modules

2021-08-05 Thread nyizel
Change by nyizel : -- stage: -> resolved status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue44814] python 3.9.6 installation installs 0 modules

2021-08-04 Thread Mark Dickinson
Mark Dickinson added the comment: Setting as pending. It looks as though this report represents a misunderstanding of how Python works rather than a bug in Python. -- nosy: +mark.dickinson resolution: -> not a bug status: open -> pending ___ Pytho

[issue44814] python 3.9.6 installation installs 0 modules

2021-08-02 Thread Dennis Sweeney
Dennis Sweeney added the comment: 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/ -

[issue44814] python 3.9.6 installation installs 0 modules

2021-08-02 Thread Zachary Ware
Zachary Ware added the comment: Posting just an image link makes this look like spam. Please copy and paste text showing your problem into a message instead. -- nosy: +zach.ware ___ Python tracker _

[issue44814] python 3.9.6 installation installs 0 modules

2021-08-02 Thread nyizel
New submission from nyizel : https://nizel.is-inside.me/NEi7A4aM.png -- messages: 398793 nosy: trambell priority: normal severity: normal status: open title: python 3.9.6 installation installs 0 modules type: behavior versions: Python 3.9 ___ Python