python-install Questions
2
I had python version 3.8.2 installed but it was version 32bit so I uninstalled it but after uninstalling when I type python --version in cmd it showed like this,
Then I used Anaconda prompt and ty...
Fenian asked 1/8, 2020 at 8:43
5
Solved
Is it possible to install Python from cmd on Windows? If so, how to do it?
Icebox asked 5/9, 2017 at 13:26
3
I recently started experimenting with Poetry for package and dependency management, and I am still getting used to the differences between it and my experience with setuptools. Specifically, I woul...
Microelectronics asked 6/6, 2020 at 15:34
4
Solved
The 3.6 installer suggests C:\Users\MyUserName\AppData\Local\Programs\Python\Python36-32 which is unlike any other software on Windows.
I remember that earlier versions installed to C:\PythonXY wh...
Expositor asked 25/6, 2017 at 19:8
5
Solved
I need to passively install Python in my applications package installation so i use the following:
python-3.5.4-amd64.exe /passive PrependPath=1
according this: 3.1.4. Installing Without UI I us...
Tarpon asked 15/11, 2017 at 15:11
2
I am new to Python and programming in general and have been using Spyder IDE from the Anaconda distribution for the past few months on Windows 10. It has been really simple and easy to download and...
Suchta asked 7/5, 2020 at 18:52
1
Solved
Hi I need to install from a branch of a git repo. I want to include it on the requirements.txt so that it would install using the command pip install -r requirements.txt
What I know is how t...
Plutonic asked 7/4, 2020 at 11:36
2
Solved
I want to have multiple versions of Python 3 on MacOS. For example I need Python3.6 and Python3.7. When using Linux I would simply create an alt install by building Python from source, as fol...
Branscum asked 11/1, 2019 at 12:45
7
I am trying to run a Python program but get the error
ImportError: No module named argparse
I found the question “argparse Python modules in cli” here on StackOverflow and tried the first commen...
Sievert asked 26/2, 2013 at 15:50
2
Preamble:
Python setuptools are used for the package distribution. I have a Python package (let us call it my_package), that has several extra_require packages to it. Everything works just find (in...
Patella asked 15/12, 2016 at 17:9
1
Solved
I have a custom project package with structure like:
package-dir/
mypackage/
__init__.py
submodule1/
__init__.py
testmodule.py
main.py
requirements.txt
setup.py
using cd package-dir fol...
Abnormality asked 13/7, 2017 at 17:46
2
Using Python, How can I programmatically find whether the Python installed in my PC is installed for all users or for current user only?
Intracranial asked 30/1, 2017 at 13:4
1
I have some python application that should run on customer site. I compile my py files to pyc (python byte code).
What is the standard way to run the app on the customer environment? The options I...
Goldiegoldilocks asked 5/9, 2016 at 6:13
2
Solved
I'm reinstalling Python, on Windows 7, and one of the first dialog boxes is the Customize Python screen.
The default setting for "Add Python.exe to Path" is "Entire feature will be unavailable."
...
Trio asked 16/7, 2014 at 16:7
1
© 2022 - 2024 — McMap. All rights reserved.