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: Scripts folder is empty in python 3.7.3 for windows.
Type: behavior Stage: resolved
Components: Installation, Windows Versions: Python 3.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: Hansol Moon, Rahul Virpara, iritkatriel, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2019-06-14 04:50 by Hansol Moon, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (4)
msg345550 - (view) Author: Hansol Moon (Hansol Moon) Date: 2019-06-14 04:50
I downloaded python 3.7.3 which is the latest version of python for windows. And I was going to download Pygame via pip in Python.
and I found out that the scripts folder in Python is literally empty.
so I was not able to use pip to install Pygame..
I tried reinstalling over and over, but I have kept getting the empty scripts folder. I have no idea how to fix this.
msg345568 - (view) Author: Rahul Virpara (Rahul Virpara) Date: 2019-06-14 09:55
This happened to me when I used customized option and unticked "pip".

I assume you are not doing the same.
msg345600 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-06-14 15:50
You should have a set of log files in %TEMP%. Can you zip those up and attach them here?

Pip may be failing to install for some reason, and while this ought to be reported, it is not supposed to cause the entire installation to fail.
msg404372 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-10-19 22:50
There was no reply to followup questions so we can't do anything about this. Also 3.7 is no longer in maintenance.

Please create a new issue if you are having problems with a current (>= 3.9) version of Python.
History
Date User Action Args
2022-04-11 14:59:16adminsetgithub: 81455
2021-10-19 22:50:50iritkatrielsetstatus: open -> closed

nosy: + iritkatriel
messages: + msg404372

resolution: out of date
stage: resolved
2019-06-14 15:50:52steve.dowersetmessages: + msg345600
2019-06-14 09:55:44Rahul Virparasetnosy: + Rahul Virpara
messages: + msg345568
2019-06-14 05:10:06xtreaksetnosy: + paul.moore, tim.golden, zach.ware, steve.dower
components: + Windows
2019-06-14 04:50:52Hansol Mooncreate