Questions tagged [python-install]

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

98 questions
0
votes
0 answers

Trouble installing Python Image Library/updating PIP

I am working in PyCharm and struggling to install/import PIL/Pillow. I have used pip install Pillow in the terminal which returns Requirement already satisfied. However, when I try to import a PIL module such as from PIL import Image it returns that…
0
votes
1 answer

Python 3.10 [Errono 2] No such file or directory - Python 3.10 not being recognised in terminal

I installed python3.10 on my mac. I can see it under applications but when I type python 3-- version it returns the following error. MacBook-Air:~ User$ python3 -- v /Library/Frameworks/Python.framework/Versions/3.10/bin/python3: can't open file…
user18233539
  • 129
  • 1
  • 2
  • 8
0
votes
1 answer

After Anaconda installation, python gets recognized in cmd launched by Anaconda Navigator only - Does it mean python can be used within Anaconda?

Learning from this post , I understand that installing Anaconda on Windows 10 PC will automatically install Python compiler, so we don't need to install Python separately after we install Anaconda. Sounds good. I install Anaconda and then start the…
keylogger
  • 822
  • 3
  • 19
  • 39
0
votes
1 answer

Why is Python Installation in "Library" directory macOS?

I'm on a new Mac and installing Python. I believe I reinstalled my Python using Homebrew. The path, however, is unusual to me, and I'm wondering why it is located here: /Library/Frameworks/Python.framework/Versions/3.9/bin/python3 I'm used to Python…
whoopscheckmate
  • 746
  • 8
  • 23
0
votes
0 answers

On macOS the Python 2.7 should not be used/upgraded. Is this true for the Python 3 as well?

I'm aware that Python 2.7 should not be used or upgraded as macOS comes with Python 2.7 for some pre installed software packages. My question plainly is: Should the Python 3 version that comes with macOS not be used/upgraded? For clarification I…
cj650498
  • 9
  • 2
0
votes
1 answer

Error during cdlib python package installation

I am trying to install cdlib package in python but some error is occurring. Please help me to solve this problem. The error is given below ERROR: Command errored out with exit status 1: ERROR: Command errored out with exit status 1:…
abc xyz
  • 23
  • 3
0
votes
0 answers

Can't find installation configuration file

I aim to use the 'drama' python package [link]. I installed 'drama' using PIP (when tried to instal using PIP3 I get an error that pip3 is not defined). I am running Python 3.7 in Spyder. The package confirms it is installed but a kernel restart may…
Alex
  • 13
  • 2
0
votes
1 answer

Python Package Install- identify dependent packages

My python server does not have access to Internet so I have to send packages through email and then pip install pointing to these packages. Problem is it fails because some of the dependent package, it is looking for does not exist. So I have to…
PythonDeveloper
  • 289
  • 1
  • 4
  • 24
0
votes
1 answer

How to remove anaconda from path in mac in order to pip install?

MacBook Pro already had one python 3.8.2 installation. Then I installed anaconda which has python 3.8.5 and installed python 3.9.4 from python.org. Pip3 is installing packages to anaconda, not for 3.9.4. How to install packages for python 3.9.4…
0
votes
2 answers

How to update python to latest version and set as default

I am currently on ubuntu 18.04. My default python version is Python 3.7.9 I wanted to upgrade it to Python 3.9.2 and set it as default python version How do I do that ?
bad_coder9042093
  • 307
  • 3
  • 13
0
votes
1 answer

When building python from source how to get rid of abs_srcdir & abs_builddir string in output files

I'm trying to build python from source and using the prefix option to control the target directory where it gets installed. After successful installation, in some files in the target directory I see the entries of the working directory from where I…
Veera
  • 65
  • 1
  • 7
0
votes
1 answer

What is the best way to install python 3.7.7 as a user (locally) without sudo or wget?

I'm trying to install python3.7.7 on a remote server (Mac OS X). However, I have no sudo privileges nor I can use wget command. Would someone know the best way to install this python version and pip3 only for me as a user, locally? Thanks!
Baobab1988
  • 685
  • 13
  • 33
0
votes
0 answers

Why does repair python return "Can't write to file" even though i have access to the specified directory?

Something python-related wasn't working properly (sadly don't remember what), so I ran the "Repair python" tool, but about halfway it returned: "Error writing to file:" C:\Users\nicke\AppData\local\programs\Python\38-32\python38.dll Verify that…
NickE
  • 11
  • 2
0
votes
1 answer

Problem installing neo4j.py

I have followed the instructions here and for some reason I am getting the following traceback: root@ubuntu:~/Downloads/neo4j-python# python setup.py install Traceback (most recent call last): File "setup.py", line 146, in main() …
the_drow
  • 18,571
  • 25
  • 126
  • 193
0
votes
1 answer

run python in visual studio express 2017

I'am using visual studio express 2017 and I'd like to use it to developp in python. The thing is that I find many installation tutorial to use it with Community (or upper) but not Express. I can't change for Community so, do you know if there is a…