Questions tagged [python-install]

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

98 questions
-1
votes
1 answer

Mac: Can installing Python wrong break other codes etc.?

Can installing Python 3 wrong break other codes, applications etc. in Mac; or can I just install how I want? Cause I code in Python 3 and my Mac's built-in is 2.7 (By "how i want", I mean can any method work without any problem)
bapap
  • 514
  • 8
  • 25
-1
votes
1 answer

Python setup.py - dont build wheel when running setup.py install

I want to use setup.py and all it's functionality but I don't want a wheel to be built for the installable project. Is there a flag or somthing just skip building wheel? The reason behind this is I am using a custom InstallCommand provided by…
Laimonas Sutkus
  • 3,247
  • 2
  • 26
  • 47
-2
votes
2 answers

Install python in a user defined location in Mac OS

How would I install python3.9 in a custom or user-defined location? Ideally if I say brew install python@3.9, python gets installed in /usr/local/bin/ but I need to have this installed in a different location. How would I do that? I am able to…
-2
votes
1 answer

Command not found after installing the python on Macbook Air

I am installing python on my MacBook Air, when I run python on the terminal then I am getting command not found I have tried the below steps to install the python Downloaded python 3.10.5 from the official website I open the file which downloaded…
user9437856
  • 2,360
  • 2
  • 33
  • 92
-2
votes
1 answer

Should I pip install python inside virtualenv?

I need python3.6 for tensorflow installation, so I downloaded python3.6.12.tar. And I found that I should pip install tarfile. However, in this case it is an older version of python. FYI, In my computer(laptop) I installed python3.9. My question is:…
Andy
  • 13
  • 3
-2
votes
2 answers

How to create installer for python application?

I have developed an application which has multiple file and some dependent libraries such as bacpypes, requests, rdflib etc. I want to create an installer which will install all the packages along with the application so that the user need not to…
Sagar
  • 1,115
  • 2
  • 13
  • 22
-3
votes
1 answer

I can't install any new python module

WARNING: Ignoring invalid distribution -ip (c:\users\91731\appdata\roaming\python\python38\site-packages) WARNING: Ignoring invalid distribution -rllib3 (c:\programdata\anaconda3\lib\site-packages) WARNING: Ignoring invalid distribution -ip…
Regnna
  • 1
-3
votes
1 answer

How to install Python 3.6.4 on Windows 8.1 Pro?

Python installed but all the required folders are missing on the python folder.
userpp
  • 1
  • 2
1 2 3 4 5 6
7