rmartinshort / netcdf4-python

Automatically exported from code.google.com/p/netcdf4-python
Other
0 stars 0 forks source link

Installation with pip fails if numpy not installed #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new virtualenv in python
2. try "pip install netcdf4"

I was expecting it to install dependencies, but numpy is not treated as a 
dependency by setup.py. 

latest version of netcdf4-python. Centos 6.4, 64bit.

I believe this could be fixed by passing "install_requires=['numpy']" parameter 
to setup() function at the end of setup.py.

Original issue reported on code.google.com by victor.p...@gmail.com on 6 Dec 2013 at 11:14

GoogleCodeExporter commented 9 years ago

Original comment by whitaker.jeffrey@gmail.com on 26 Feb 2014 at 2:04