-
Notifications
You must be signed in to change notification settings - Fork 392
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
Some possibility of installation #510
Comments
Hi @metalpen1984, Yes, you are totally right, at the moment it is not so easy to install due to the You could also try some temporary wheels that I have in my fork. These wheels already handle the installation of the Python dependencies, but it still lacks the pre-built With these wheels you would need to install first GEOS by yourself ( Please note also that I have split
|
can not install basemap for two days, and i tried many times, who can help me out, thanks. |
@LiXingguangBrandonStark What operating system are you using? |
mac |
(base) lixingguangtekiMacBook-puro:basemap-1.2.2rel lixingguang$ pip list certifi 2020.12.5 |
@LiXingguangBrandonStark Unfortunately for Mac I cannot help you much because I do not have a computer with it. I would like to provide wheel files in the future for Windows, Linux and Mac, but I haven't had time yet. The most likely reason why your installation does not work is because it cannot compile the |
(base) lixingguangtekiMacBook-puro:basemap-1.2.2rel lixingguang$ pip list basemap-data 1.3.0 |
anyone install basemap in MAC? |
Sorry, the Are you using Anaconda? Are you using Homebrew? |
i can use both of annacoda and homebrew. |
(base) lixingguangtekiMacBook-puro:basemap-1.2.2rel lixingguang$ python setup.py install |
when i run "python setup.py install", there are errors. |
customize UnixCCompiler |
Installed /Users/lixingguang/opt/anaconda2/lib/python2.7/site-packages/basemap-1.2.1-py2.7-macosx-10.7-x86_64.egg |
[Uploading long message lixi(1).pdf…]() |
[Uploading long message lixi(2).pdf…]() |
[Uploading long message lixi(3).pdf…]() |
Under Anaconda, isn't it working if you do |
i use both python3 -m pip install geos, and cd geos-3.3.3 A reasonable choice on a Unix-like system is /usr/local, orif you don't have permission to write there, your home directory../configure --prefix=$GEOS_DIR |
but still not work |
is there anyone install basemap using mac that are worked out, thanks. |
@molinav can i email you, thanks. This is very important to me. |
Sure, just write me. |
thanks. |
@molinav i have sent the email to you, if you have received my email, please let me know, this is very important to me, thanks. |
@metalpen1984 i used your method in mac, but still not work out when i run "python3 -m pip install ." |
@metalpen1984 any suggestions? |
The problem in the end was the absence of |
Sorry for this really late reply, however my solution only works for Linux (if possible). Recently I just reinstall all the stuff on Ubuntu 20.04, and one fix should be applied since there is a ISNAN caused likely by DEBIAN/UBUNTU system: set |
@hydrogencl For your information, python -m pip install basemap |
Dear community, and possible people suffering as well,
I also have struggles for installing basemap, especially with python3.6 (default shipped with Ubuntu 18.04)
After several tries like using cartopy, using apt install to install cartopy and basemap. None of them works quickly for python3.6.
In the end it works for this "simple" way:
python3 -m pip install pyproj==3.0
python3 -m pip install matplotlib==3.3.3
python3 -m pip install .
in the basemap untar folder.Hope this helps.
The text was updated successfully, but these errors were encountered: