PyGeoIpMap icon indicating copy to clipboard operation
PyGeoIpMap copied to clipboard

Could this be made working for RedHat (CentOS) and/or Ubuntu?

Open zhilianghu opened this issue 8 years ago • 3 comments

zhilianghu avatar Sep 21 '17 18:09 zhilianghu

I am a no python person and find this tool is unique/complete among its peers in public domain. Thanks in advance!

zhilianghu avatar Sep 21 '17 18:09 zhilianghu

I have this working fine on Ubuntu? It was a faf to get basemap installed but it works fine.

sudo apt-get install python3.5-dev -y sudo pip3 install -r requirements.txt (as per instructions) sudo pip3 install -U git+https://github.com/matplotlib/basemap.git

I think that's all you need to do to get it working.

dsme94 avatar Jan 29 '19 23:01 dsme94

Thanks. That was my old post. Now I google for “install basemap on redhat/centos” I got many threads. A useful one is that basemap is part of matplotlib; find ways to install later may be useful. e.g. this can be useful: https://wolfscie.wordpress.com/2015/04/01/software-installation-in-centos-for-scientific-computation/ for CentOS.

From: David Elliott [email protected] Reply-To: pieqq/PyGeoIpMap [email protected] Date: Tue, Jan 29, 2019 at 05:30 PM To: pieqq/PyGeoIpMap [email protected] Cc: Zhiliang Hu [email protected], Author [email protected] Subject: Re: [pieqq/PyGeoIpMap] Could this be made working for RedHat (CentOS) and/or Ubuntu? (#15)

I have this working fine on Ubuntu? It was a faf to get basemap installed but it works fine.

sudo apt-get install python3.5-dev -y sudo pip3 install -r requirements.txt (as per instructions) sudo pip3 install -U git+https://github.com/matplotlib/basemap.git

I think that's all you need to do to get it working.

zhilianghu avatar Jan 30 '19 00:01 zhilianghu