Closed GoogleCodeExporter closed 8 years ago
The title of the post has a typo in it, I meant "not declared and is *above..."
Original comment by rmcgibbo@gmail.com
on 12 Aug 2013 at 4:03
Is there a work around for this so we can at least run netCDF4 dependant
programs on existing 12.04 installations?
Original comment by gamesb...@gmail.com
on 7 Nov 2013 at 2:43
I've put in a fix for this in svn (revision 1316). If cython is installed,
setup.py now checks the header file to see if nc_inq_path and nc_rename_grp are
available. If not, the C extension module will not try to use those functions.
If cython is not installed at build time, then the module will not try to use
those functions.
Could someone with netcdf 4.1.1 please test? If it works, I will post a new
release (1.0.7) so the Ubuntu package can be updated.
Original comment by whitaker.jeffrey@gmail.com
on 7 Nov 2013 at 5:59
gamesb - can you confirm this fix works on Ubuntu 12.04?
Original comment by josh.n.w...@gmail.com
on 10 Nov 2013 at 1:29
Original comment by whitaker.jeffrey@gmail.com
on 26 Feb 2014 at 2:04
$ python -c "import netCDF4; print netCDF4.version" Traceback (most recent call last): File "", line 1, in
ImportError: /usr/local/lib/python2.7/dist-packages/netCDF4.so: undefined
symbol: nc_inq_path
The command "python -c "import netCDF4; print netCDF4.version"" exited with
1.
sudo apt-get install libnetcdf-dev easy_install netCDF4
Original issue reported on code.google.com by
rmcgibbo@gmail.com
on 12 Aug 2013 at 4:02