mampisarkar111 / netcdf4-python

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

Don't ship ordereddict #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
You are bundling ordereddict.  Please don't do that.  It causes problems.  
There should be a way to specify a dependency on it so that pip will pull it in 
when installing netCDF4.

Original issue reported on code.google.com by or...@cora.nwra.com on 21 Feb 2013 at 4:13

GoogleCodeExporter commented 8 years ago
OK - fixed this in SVN. An ImportError is now raised if python < 2.7 and 
orderddict is not installed.  It would be nice to pip-ify things so 
dependencies are automatically handled.  Don't know how to do this - a patch 
would be most welcome.

Original comment by whitaker.jeffrey@gmail.com on 21 Feb 2013 at 4:38

GoogleCodeExporter commented 8 years ago
Sorry, I'm afraid I don't know anything about pip/egg/deps either.  Just ran 
across this due to my Fedora package conflicting with the Fedora 
python-ordereddict package.

Original comment by or...@cora.nwra.com on 21 Feb 2013 at 4:40

GoogleCodeExporter commented 8 years ago
Sorry, forgot to say thanks!

Original comment by or...@cora.nwra.com on 21 Feb 2013 at 4:41

GoogleCodeExporter commented 8 years ago

Original comment by whitaker.jeffrey@gmail.com on 7 Mar 2013 at 11:36