installation
How to manually install a pypi module without pip/easy_install?
I want to use the gntp module to display toaster-like notifications for C/C++ software. I want to package all the dependencies for the software to be self-executable on another computer.
scipy.misc module has no attribute imread?
I am trying to read an image with scipy. However it does not accept the scipy.misc.imread part. What could be the cause of this?
pip cannot uninstall : “It is a distutils installed project”
I tried to install the Twilio module:
Python pip install module is not found. How to link python to pip location?
I’m a newbie and I needed the pySerial and feedparser module for my projects. I’m running Mountain lion.
Too many different Python versions on my system and causing problems
During the past years, I have installed many Python libraries with various Python versions. To make them ready to work immediately, I installed them blindly without control. Currently they’re causing problems when I tried to install pynest which invokes numpy, scipy and matplotlib. After struggling, I am going to clean and reinstall Python and the libraries.
How to install Python packages from the tar.gz file without using pip install
Long story short my work computer has network constraints which means trying to use pip install in cmd just leads to timing out/not finding package errors.
Unable to set default python version to python3 in ubuntu
I was trying to set default python version to python3 in Ubuntu 16.04. By default it is python2 (2.7). I followed below steps :
MANIFEST.in ignored on “python setup.py install” – no data files installed?
Here’s my stripped-down setup.py script with non-code stuff removed:
python-dev installation error: ImportError: No module named apt_pkg
I am Debian user, and I want to install python-dev, but when I run the code in the shell as a root: