Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip not installed with fresh python3.8.10 installation #89407

Closed
shreyanse081 mannequin opened this issue Sep 20, 2021 · 4 comments
Closed

pip not installed with fresh python3.8.10 installation #89407

shreyanse081 mannequin opened this issue Sep 20, 2021 · 4 comments
Labels
3.8 only security fixes topic-installation type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@shreyanse081
Copy link
Mannequin

shreyanse081 mannequin commented Sep 20, 2021

BPO 45244
Nosy @terryjreedy, @zooba, @shreyanse081

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = None
created_at = <Date 2021-09-20.06:29:26.284>
labels = ['3.8', 'expert-installation', 'type-crash']
title = 'pip not installed with fresh python3.8.10 installation'
updated_at = <Date 2021-09-24.20:19:50.562>
user = 'https://github.com/shreyanse081'

bugs.python.org fields:

activity = <Date 2021-09-24.20:19:50.562>
actor = 'terry.reedy'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Installation']
creation = <Date 2021-09-20.06:29:26.284>
creator = 'shreyanse081'
dependencies = []
files = []
hgrepos = []
issue_num = 45244
keywords = []
message_count = 3.0
messages = ['402193', '402507', '402586']
nosy_count = 3.0
nosy_names = ['terry.reedy', 'steve.dower', 'shreyanse081']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue45244'
versions = ['Python 3.8']

@shreyanse081
Copy link
Mannequin Author

shreyanse081 mannequin commented Sep 20, 2021

I have installed Python 3.8.10 on windows server 2019.
When I try to run "pip list" or any other pip command, it throws error of "pip not found. unrecognized command". I checked Scripts directory where usually pip resides in the installation, and pip is missing.
Note: while installing I made sure that pip should be installed along with the python installation.

@shreyanse081 shreyanse081 mannequin added 3.8 only security fixes topic-installation type-crash A hard crash of the interpreter, possibly with a core dump labels Sep 20, 2021
@zooba
Copy link
Member

zooba commented Sep 23, 2021

Can you attach the log files stored in your %TEMP% as a zip file? They should all start with "Python".

Be aware that they may contain personal information, such as usernames or machine names. Feel free to scrub those first if necessary.

@terryjreedy
Copy link
Member

If you installed 'py' (the default), you should be able to install pip with 'py -3.8 -m ensurepip'. (I had to do this once. I wrote the failure off as a random glitch and did not think to open an issue.)

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@kumaraditya303
Copy link
Contributor

Closing because of lack of response and logs as requested.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.8 only security fixes topic-installation type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

3 participants