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
385 stars 84 forks source link

Support for Python 3.9 #148

Open smmaurer opened 3 years ago

smmaurer commented 3 years ago

Conda install ✔️

Conda Forge's Pandana builds were updated yesterday to include binaries for Python 3.9. I tested on Mac (10.15) and Linux (Ubuntu 16), and everything worked smoothly including multithreading.

Pip install and local compilation ❌

I'm seeing compilation problems on both Mac (10.15) and Linux (Ubuntu 16) when installing from Pip or from source code in Python 3.9. Will continue to look into this.

(For all these tests, I'm installing Python 3.9 from Conda Forge. It's not available in base Conda yet.)

the-matt-morris commented 2 years ago

@smmaurer , were you able to get this working in Python 3.9 using pip on Mac or Linux?