Top "Python-install" questions

To be used for any installation queries regarding python and its associated packages.

ImportError: No module named argparse

I am trying to run a Python program but get the error ImportError: No module named argparse I found the …

python pip installation argparse python-install
What path to install Python 3.6 to on Windows?

The 3.6 installer suggests C:\Users\MyUserName\AppData\Local\Programs\Python\Python36-32 which is unlike any other software on Windows. …

python windows python-install
How to install Python using Windows Command Prompt

Is it possible to install Python from cmd on Windows? If so, how to do it?

python cmd installation python-install
Python installed for all users or current user only?

Using Python, How can I programmatically find whether the Python installed in my PC is installed for all users or …

python windows python-2.7 registry python-install
cannot properly import the chatterbot and its corpus

I have used: | + - lib | | | + - chatterbot | | | + - chatterbot_corpus + - main.py I am getting this error: Traceback (most …

python python-3.x chatterbot python-install
Why wouldn't I want to add Python.exe to my System Path at install time?

I'm reinstalling Python, on Windows 7, and one of the first dialog boxes is the Customize Python screen. The default setting …

python windows path-variables python-install
Installing Biopython: ImportError: No module named Bio

trying to install Biopython on Fedora 21, Python 2.7. I've done the following [mike@localhost Downloads](17:32)$ sudo pip2.7 install biopython You are …

python fedora biopython python-install
Failing to install Sk-learn (scikit-learn) in Google Colab directly from Github

I am using Google Colaboratory, which seems to have sk-learn built-in already somehow, because all you have to do to …

python github scikit-learn google-colaboratory python-install
How to install and use both python 3.8 and 3.7 on windows 10

How to use Python 3.8 and 3.7 on Windows 10. I want to make two applications, but one requires 3.8 and another one 3.7. So …

python python-3.x python-install
How to remove python from windows which is not found in program files of control panel

I had python version 3.8.2 installed but it was version 32bit so I uninstalled it but after uninstalling when I type …

python python-install