Opened 6 years ago

Closed 6 years ago

#2058 closed enhancement (fixed)

Bionic PySAL support

Reported by: darkblueb Owned by: osgeolive@…
Priority: normal Milestone: OSGeoLive12.0
Component: OSGeoLive Keywords: python
Cc:

Description

user@live12a:~/srcs$ pip download pysal

Collecting pysal

Downloading https://files.pythonhosted.org/packages/db/3f/2141de9a8849f7d24878c4e633291ed1f6d9f05f801ea8746576ecba1aed/PySAL-1.14.3.tar.gz (17.8MB)

100% |████████████████████████████████| 17.8MB 341kB/s

Saved ./PySAL-1.14.3.tar.gz

Collecting numpy>=1.3 (from pysal)

Downloading https://files.pythonhosted.org/packages/76/4d/418dda252cf92bad00ab82d6b2a856e7843b47a5c2f084aed34b14b67d64/numpy-1.14.2-cp27-cp27mu-manylinux1_x86_64.whl (12.1MB)

100% |████████████████████████████████| 12.1MB 379kB/s

Saved ./numpy-1.14.2-cp27-cp27mu-manylinux1_x86_64.whl

Collecting scipy>=0.11 (from pysal)

Downloading https://files.pythonhosted.org/packages/9c/0b/5deb712a9ea5bb0a1de837d04ef7625c5f3ee44efe7ed0765ceda681d7f1/scipy-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl (46.7MB)

100% |████████████████████████████████| 46.7MB 246kB/s

Saved ./scipy-1.0.1-cp27-cp27mu-manylinux1_x86_64.whl

Successfully downloaded pysal numpy scipy

Change history (4)

comment:1 by Bas Couwenberg, 6 years ago

comment:3 by darkblueb, 6 years ago

In [4]: pysal.version
Out[4]: '1.14.3'


user@osgeolive:~$ ls /usr/lib/python2.7/dist-packages/pysal/examples/
10740/          __init__.py   calemp/       geodanet/  networks/     south/             tmpIvIYa5.gwt
Line/           __init__.pyc  chicago/      georgia/   newHaven/     stl/               tokyo/
Point/          arcgis/       clearwater/   juvenile/  nyc_bikes/    street_net_pts/    us_income/
Polygon/        baltim/       columbus/     londonhp/  sacramento2/  taz/               virginia/
Polygon_Holes/  book/         desmith/      mexico/    sids2/        test_examples.py   wmat/
README.txt      burkitt/      examples.txt  nat/       snow_maps/    test_examples.pyc

comment:4 by darkblueb, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.