[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2021-06-04 Thread kuzja
Change by kuzja : -- nosy: -kuzja ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2021-06-03 Thread Steve Dower
Steve Dower added the comment: You shouldn't need to install the redistributable, but if you can't, then you have an issue that is not limited to CPython and it's not something we can fix. It sounds like you didn't try disabling any virus scanners. That may still help. If not, I don't know,

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2021-06-01 Thread Pooja Warhekar
Pooja Warhekar added the comment: I tried following things. 1. Clearing registry. 2. Web installation 3. Installation in E drive. However problem remains same. Please find the attached log files. Also I couldn't install Microsoft Visual C++ 2015 Redistributable. Could this cause any problem?

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2021-06-01 Thread Steve Dower
Steve Dower added the comment: It still seems like pyexpat is not installing properly. My best guess is that some virus scanner is silently blocking that file from being installed. Do you know what scanner you have enabled? If you can disable it, can you try doing an uninstall/reinstall

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2021-06-01 Thread Pooja Warhekar
Pooja Warhekar added the comment: Please find the attached log files. -- Added file: https://bugs.python.org/file50079/Python log files.zip ___ Python tracker ___

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2021-06-01 Thread Steve Dower
Steve Dower added the comment: Pooja, could you share your install logs? Details are in my post directly above yours. -- ___ Python tracker ___

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2021-06-01 Thread Pooja Warhekar
Pooja Warhekar added the comment: Similar issue on windows 8.1 with Python 3.9.5. Repairing also did not work. -- nosy: +poojawarhekar2012 ___ Python tracker ___

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-07-29 Thread Steve Dower
Change by Steve Dower : -- components: +Installation ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-07-29 Thread Steve Dower
Steve Dower added the comment: It might help, but it will leave your install broken in a number of other ways. For other people finding this issue, please share your install logs (look in %TEMP% for the most recently created set of "python*.log" files). Also share your PATH, PYTHONPATH and

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-07-29 Thread Why Me
Why Me added the comment: I had the same issue (win 10, py 3.8.5, executable installer). The solution i've found is to install python to non-standard catalog (D:/ instead of windows user folder which is under access protection). In this case, the file "easy_install.exe" will be created in

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-04-29 Thread kuzja
kuzja added the comment: Here the same problem occurred when installing Python in Win7 Pro. Both standard and custom (with pip checked) installations lead to the same result (i.e. the empty Scripts folder). It seems that the problem originates somewhere between Python 3.6 and 3.7, as 3.7

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-04-28 Thread Steve Dower
Steve Dower added the comment: Yes, the only thing that should be in your Scripts folder after install is pip. Python itself never puts anything there - it's for other things that you may install. Could you try running these environment commands and then try installing pip again? set

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-04-27 Thread BenTen Jan
BenTen Jan added the comment: First and foremost thanks for replying, 1. I don't have any virus scanner installed. 2. I have tried running "python -m ensurepip" it shows me Following error C:\Python>Python get-pip.py Traceback (most recent call last): File "get-pip.py", line 22711, in

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-04-27 Thread Steve Dower
Steve Dower added the comment: As a secondary issue, why didn't the installer fail on the pip failure? Did we decide at some point not to fail the whole thing just because of pip? (It's probably the most unreliable part, as it's a custom action rather than simple installation.) --

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-04-27 Thread Steve Dower
Steve Dower added the comment: Thanks for including logs! It looks like pip ran into an issue during install: C:\Users\\AppData\Local\Temp\tmpppkvx8p2\pip-19.2.3-py2.py3-none-any.whl\pip\_vendor\ipaddress.py:1106: SyntaxWarning: 'str' object is not callable; perhaps you missed a comma?

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-04-26 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___

[issue40395] Scripts folder is Empty in python 3.8.2 for Windows 7.

2020-04-26 Thread BenTen Jan
New submission from BenTen Jan : I downloaded python 3.8.2 which is the latest version of python for windows. Run as admin , changed path of installation though its getting empty Scripts folder. though setup shows successful. Please find attached log files from my %temp% folder. Thanks