-
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
basemap is not found on pip for python3.4? #251
Comments
What do you mean by 'before'? Did it used to work with 3.4 and now it does not? |
Yes: I've used it with python3.4 before ... 2016-01-04 23:36 GMT-05:00 Thomas A Caswell [email protected]:
Sasha |
Interesting. I am also seeing the same issue. |
This is a duplicate of #198 Basemap is to large to be hosted on Pypi so the package is hosted externally and new versions of pip no longer allows that pr default. |
@jenshnielsen:
|
Im not sure someone may also have removed the links to sourceforge from Pypi |
It looks like allow external was removed from recent versions of pip: Something like pip install https://github.com/matplotlib/basemap/archive/v1.0.7rel.tar.gz should work though. |
Yes, I can't get PyCharm to install it either. :( |
Basemap can at the moment apparently not be installed easily via pip. (see matplotlib/basemap#251 and matplotlib/basemap#198) Signed-off-by: Ramon Fuentes Franco <[email protected]>
…o have fixed most pip fails, but basemap apparently pip install by default any longer because a.) it is too large to be hosted on PyPi, so it is hosted on its own server, and b.) pip install changed its defaults to no longer include to --allow-external flag. So I am trying to insert the url to an archived version of the packge from its Github repo, instead, per suggestion on matplotlib/basemap#251. We'll see if this worked.
According to the changelog for v1.1.0, |
Just as another voice getting an unhelpful response by pip after a
The |
I installed GEOS with
when using
so dependency management is still broken |
@Kamik423: Cheers |
well, |
There is a geos python package in pip))
Probably it installs it and not the C++ library you need. Cheers |
ok, got it to work on Mac:
|
@Kamik423
|
@adesorme |
The repo is currently more than 1gb which makes it hard to justify including it as a dependency (which is a shame given how valuable this package is). Is there something that could be done about this? |
The thing to do is upgrade to http://scitools.org.uk/cartopy/ :) |
Just managed to install it on ubuntu on my py3 virtualenv: You should verify the latest versions and change the numbers accordingly |
you can install anaconda in your linux, and change the project interpreter under "/anaconda/bin/python/", it works on my computer. Before that ,I have tried many methods but no sense. |
I installed on ubuntu 18 using following steps: Step 1: update package listings
|
Not able to install Basemap in Fedora27 for python3 |
i am also see the same issue,i do not know how to do it |
Enter websit https://www.lfd.uci.edu/~gohlke/pythonlibs/, search Basemap and Pyproj package. |
Hi:
I've recently tried to install basemap using pip on my fedora 23 in py3.4 virtual environment, but:
Which is weird, since it worked OK before...
Maybe the versions should be specified in the setup.py?
Cheers
The text was updated successfully, but these errors were encountered: