RSGInc / bca4abm

Benefit Cost Analysis for Travel Demand Models
http://rsginc.github.io/bca4abm/
Other
7 stars 5 forks source link

toolz AttributeError #116

Open StevenTrevino opened 4 years ago

StevenTrevino commented 4 years ago

Running the following on Python 3.7.2 via Windows 10:

pip install bca4abm
bca4abm create --example example_4step
bca4abm run --working_dir example_4step

Is generating the below error:

\lib\site-packages\activitysim\core\orca.py, line 985, in _collect_variables
tz.compatibility.zip(names[:offset], names[:offset]),
AttributeError: module 'tlz' has no attribute 'compatibility'

I believe this is an issue with the latest toolz==0.11.1. Tested running with toolz==0.10.0, which seems to address this error.

bstabler commented 4 years ago

See also https://github.com/ActivitySim/activitysim/issues/350