-
Notifications
You must be signed in to change notification settings - Fork 394
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conda pkg dependency on geos 3.3.x #286
Comments
I don't control the conda package, and I agree, it is extremely annoying. I On Tue, Apr 19, 2016 at 4:46 PM, K.-Michael Aye [email protected]
|
Try the basemap from the conda-forge channel: $ conda install -c conda-forge basemap -Filipe On Tue, Apr 19, 2016 at 5:51 PM, Benjamin Root [email protected]
|
@kalefranz maybe knows. Yeah, will try the conda-forge one, but it says '1.08beta'? |
nope, the conda-forge channel does not work with nomkl libraries. :( |
It is |
BTW @WeatherGod a new release would be nice 😉 |
On my stable 3.5 env it insists on nomkl: (stable)└─❱❱❱ conda install -c conda-forge basemap +4823 14:56 ❰─┘
Fetching package metadata: ........
Solving package specifications: .........
Package plan for installation in environment /Users/klay6683/miniconda3/envs/stable:
The following packages will be downloaded:
package | build
---------------------------|-----------------
geos-3.4.2 | 0 2.5 MB
mkl-11.3.1 | 0 99.1 MB
numpy-1.10.4 | py35_0 2.6 MB
pyshp-1.2.3 | py35_0 29 KB
numexpr-2.5.2 | np110py35_0 111 KB
pyproj-1.9.5.1 | py35_0 3.0 MB
scipy-0.17.0 | np110py35_0 11.8 MB
scikit-learn-0.17.1 | np110py35_0 3.6 MB
basemap-1.0.8.dev0 | np110py35_1 15.6 MB
------------------------------------------------------------
Total: 138.3 MB
The following NEW packages will be INSTALLED:
basemap: 1.0.8.dev0-np110py35_1
mkl: 11.3.1-0
pyproj: 1.9.5.1-py35_0
pyshp: 1.2.3-py35_0
The following packages will be UPDATED:
geos: 3.3.3-0 --> 3.4.2-0
numexpr: 2.5.2-np110py35_nomkl_0 [nomkl] --> 2.5.2-np110py35_0
numpy: 1.10.4-py35_nomkl_0 [nomkl] --> 1.10.4-py35_0
scikit-learn: 0.17.1-np110py35_nomkl_0 [nomkl] --> 0.17.1-np110py35_0
scipy: 0.17.0-np110py35_nomkl_0 [nomkl] --> 0.17.0-np110py35_0
Proceed ([y]/n)? n |
Interesting, when I add nomkl it works suddenly? Why is that so? I already have nomkl installed? |
@ocefpaf, yeah, I think I should try a bugfix release. I kept seeing if I can find time for bigger changesets, but I keep volunteering for too many other things. Anyone know a good reference for how to do a release to PyPi? And how to update readthedocs? |
HI Benjamin: I am not sure if this is the best way to release on PyPi, but here is the https://github.com/guziy/pylibrmn/blob/master/upload_to_pypi.sh Cheers 2016-04-19 21:21 GMT-04:00 Benjamin Root [email protected]:
Sasha |
I had a suspicion that this had been improved in v4 of conda, which version are you using? Anyway - sounds like you are able to use conda-forge's basemap. @WeatherGod - if you or anybody else who is maintaining Basemap would like access to that, please feel free to add a PR to https://github.com/conda-forge/basemap-feedstock/blob/master/recipe/meta.yaml#L37 adding your github handles. The conda-forge automation will add you to the team with write access, and updating the binaries on conda-forge is just a PR away 🎉 To raise issues with anaconda.org |
@WeatherGod I am not sure if
(No user/pass b/c I have a |
As I recall the issue with pypi was the package size of basemap? See #198 |
I agree with @jenshnielsen! It would be nice to split basemap into a data |
@pelson I'm using conda 4.0.5, the most recent version. |
@ocefpaf do you mean |
Best place to get help for individual packages in the default conda repo is at https://github.com/ContinuumIO/anaconda-issues/. File an issue there, then @csoja can help coordinate with @ilanschnell and/or other package maintainers. |
Thank you, everybody for your inputs. I hope to start getting things to a point where I can put up a release candidate either this weekend or next weekend. If anybody wants to contribute a patch that makes it possible to split out basemap-data-hires, please contribute it. Any other downstream patches would be greatly appreciated, too. |
@ocefpaf I know I am coming six years later, but I am happy to notify that |
Thanks for letting me know @molinav. I'm not actively maintaining the basemap-feedstock anymore but I can help out when there is a new release. |
I think it is safe to close this issue. Since taking over the maintenance of
To sum up, the most usual cases are completely covered both on PyPI and |
Could the conda package be upgrade to depend on geos 3.4.x? I find basemap to be the last conda package to depend on the older 3.3.x versions and it creates some problems with gdal compiles, that usually want 3.4 these days.
thanks!
The text was updated successfully, but these errors were encountered: