Linked Questions

31 votes
11 answers
135k views

I was looking for a tutorial on how to install Python libraries in the wheel format. It does not seem straightforward so I'd appreciate a simple step by step tutorial how to install the module ...
user3212988's user avatar
25 votes
2 answers
159k views

Skill level: beginner I am trying to add a library in python. The extension is wheel. Can somebody tell stepwise approach in installing wheel file?
Muhammad Suleman's user avatar
0 votes
1 answer
4k views

I want to install Matplotlib into a Python installation. But I can not install it because there aren't any EXE files; rather there are whl files. I don't know the way of installation of whl files.
Thamasha's user avatar
  • 347
1 vote
0 answers
124 views

I'm still really new to the world of programming, so if my question is stupid that's why. I've installed Python and decided I wanted to play around with Pygame a bit. I managed to find this link: ...
Gough's user avatar
  • 11
0 votes
0 answers
45 views

I understand that GDAL is a prerequisite and have followed other threads to download the wheel file from Laboratory of Fluorescence Dynamics even taking note which file to download based on the python ...
Lopez Kwan's user avatar
2774 votes
40 answers
3.6m views

pip is a replacement for easy_install. But should I install pip using easy_install on Windows? Is there a better way?
344 votes
36 answers
1.2m views

I've installed Python 3.5 and while running pip install mysql-python it gives me the following error error: Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat) I have added the ...
Umanda's user avatar
  • 4,899
156 votes
3 answers
119k views

I have an external package I want to install into my python virtualenv from a tar file. What is the best way to install the package? I've discovered 2 ways that can do it: Extract the tar file, then ...
user2125465's user avatar
  • 1,615
58 votes
10 answers
70k views

I am trying to install NumPy from a wheel (.whl) file. I get the error: numpy-1.9.1%2Bmkl-cp34-none-win_amd64.whl is not a supported wheel on this platform. Details: Windows 8.1 pro x64, elevated ...
lmsasu's user avatar
  • 7,639
50 votes
10 answers
89k views

I'm trying to install mpi4py using pip install mpi4py, but I'm getting the following error: error: Cannot find 'mpi.h' header. Check your configuration!!! Earlier in the same error report I have, ...
nargles324's user avatar
79 votes
6 answers
225k views

I have a script that requires PIL to run. Other than downgrading my Python, I couldn't find anyway to install PIL on my Python 3.6 Here are my attempts: pip install pil Collecting pil Could not ...
Abdulrahman Hassoun's user avatar
18 votes
5 answers
42k views

I have Python 2.7 and NumPy installed. I have downloaded pre-built binaries for SciPy, but the install script fails with this error: Blas (http://www.netlib.org/blas/) libraries not found. ...
Mike's user avatar
  • 812
7 votes
4 answers
20k views

I am trying to install gmpy2 on my Anaconda Python 3.5 distribution using pip. I was able to install other modules such as primefac perfectly. When I try to install gmpy2 this is what I get: (C:\...
Hadi Khan's user avatar
  • 595
20 votes
2 answers
33k views

I'd like to install a certain python package with pip but because of the proxy I am sitting behind pip cannot connect to the internet. So my question is: Where does pip look for .whl files in order ...
elzell's user avatar
  • 2,336
16 votes
2 answers
37k views

This is the error I receive: A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable. after ...
Recessive's user avatar
  • 1,979

15 30 50 per page
1
2 3 4 5 6