UDST / pandana

Pandas Network Analysis by UrbanSim: fast accessibility metrics and shortest paths, using contraction hierarchies :world_map:
http://udst.github.io/pandana
GNU Affero General Public License v3.0
387 stars 83 forks source link

Adding Pandana 0.4 to the Conda channel #95

Closed smmaurer closed 6 years ago

smmaurer commented 6 years ago

The current release of Pandana is 0.4, which is available on PyPI for pip installation -- but it looks like the UDST Conda channel only has 0.3. Is this right? I can look into fixing it.

https://anaconda.org/udst/pandana https://pypi.org/project/pandana/#history http://udst.github.io/pandana/installation.html

sablanchard commented 6 years ago

Hi @smmaurer this issue is reflected here: https://github.com/UDST/pandana/issues/59. @federicofernandez has this on his list to address soon.

shriv commented 6 years ago

Still out of date :-(

federicofernandez commented 6 years ago

Pandana v0.4.1 packages were uploaded to Conda last week. Let me know if there is any issue with installation.

On Fri, Sep 14, 2018 at 11:08 PM shriv notifications@github.com wrote:

Still out of date :-(

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/UDST/pandana/issues/95#issuecomment-421523252, or mute the thread https://github.com/notifications/unsubscribe-auth/ABx17WNaq80gQV-2vCFcRwr0jVCQ3sktks5ubGEcgaJpZM4VKRSs .

sablanchard commented 6 years ago

conda packages for python 2.7 and 3 have been tested on OSX, Linux, and Windows. Release occurred week of 9/10. To install 0.4.1 use conda install -c udst pandana=0.4.1.

Closing this issue. For any new installation issue please open a new issue.

@shriv have you tried the new packages?

shriv commented 6 years ago

I was trying to install from the UDST channel on the weekend and conda installed 0.3.0 for me. But I hadn't added the version value pandana=0.4.1. I just did conda install -c udst pandana. I ended up having to install the latest via pip. I'll uninstall and reinstall via conda tonight. I'm in NZ hence the delayed responses! :-)