简体   繁体   中英

Python 3.9 pip install

I recently downloaded and installed Python 3.9 because I wanted to run a website scraper to more easily organize recipes found online. However, when I try to run pip it says it doesn't recognize it (and I have tried editing the path but every video or site I find has different information).

Even a basic check of my Python version comes back with no results:

在此处输入图片说明

I have uninstalled and reinstalled Python 3.9 but to no avail. There is also no scripts file within my python file and my computer doesn't even seem to recognise that Python is installed.

I have a very basic question that I am sure will be easy for someone to solve; I recently downloaded and installed Python 3.9 because I wanted to run a website scraper to more easily organise recipes found online. However, when I try to run pip it says it doesn't recognise it (and I have tried editing the pathway, but every video or site I find has different information). Even a basic check of my Python version comes back with no results:

在此处输入图片说明

I have uninstalled and reinstalled Python 3.9 but to no avail. There is also no scripts file within my python file and my computer doesn't even seem to recognise that Python is installed.

I have a very basic question that I am sure will be easy for someone to solve; I recently downloaded and installed Python 3.9 because I wanted to run a website scraper to more easily organise recipes found online. However, when I try to run pip it says it doesn't recognise it (and I have tried editing the pathway, but every video or site I find has different information). Even a basic check of my Python version comes back with no results:

在此处输入图片说明

I have uninstalled and reinstalled Python 3.9 but to no avail. There is also no scripts file within my python file and my computer doesn't even seem to recognise that Python is installed.

I have a very basic question that I am sure will be easy for someone to solve; I recently downloaded and installed Python 3.9 because I wanted to run a website scraper to more easily organise recipes found online. However, when I try to run pip it says it doesn't recognise it (and I have tried editing the pathway, but every video or site I find has different information). Even a basic check of my Python version comes back with no results:

在此处输入图片说明

I have uninstalled and reinstalled Python 3.9 but to no avail. There is also no scripts file within my python file and my computer doesn't even seem to recognise that Python is installed.

I have a very basic question that I am sure will be easy for someone to solve; I recently downloaded and installed Python 3.9 because I wanted to run a website scraper to more easily organise recipes found online. However, when I try to run pip it says it doesn't recognise it (and I have tried editing the pathway, but every video or site I find has different information). Even a basic check of my Python version comes back with no results:

在此处输入图片说明

I have uninstalled and reinstalled Python 3.9 but to no avail. There is also no scripts file within my python file and my computer doesn't even seem to recognise that Python is installed.

I have a very basic question that I am sure will be easy for someone to solve; I recently downloaded and installed Python 3.9 because I wanted to run a website scraper to more easily organise recipes found online. However, when I try to run pip it says it doesn't recognise it (and I have tried editing the pathway, but every video or site I find has different information). Even a basic check of my Python version comes back with no results:

在此处输入图片说明

I have uninstalled and reinstalled Python 3.9 but to no avail. There is also no scripts file within my python file and my computer doesn't even seem to recognise that Python is installed.

I finally can use pip install. Here is how I do it:

  1. Run python 3.6.9-adm64.exe

  2. Choose Modify

  3. Tick all boxes and click Next

  4. Tick [Create shortcuts...appplication](not important) and Add Python to environment variables and click Install

  5. Now run CMD and type:

     py -m pip install (name) //pygame for example

Now I installed pygame easily.

Install python again and when the prompt window opens, click on the modify button. Then check if pip is checked. If not then check it and then proceed with the install. enter image description here

If it still doesn't work, simply uninstall python. And then when you reinstall it make sure that the ADD to path checkbox is checked.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM