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
Original issue reported on code.google.com by
victor.p...@gmail.com
on 6 Dec 2013 at 11:14