Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

toolz AttributeError #116

Open
StevenTrevino opened this issue Sep 29, 2020 · 1 comment
Open

toolz AttributeError #116

StevenTrevino opened this issue Sep 29, 2020 · 1 comment

Comments

@StevenTrevino
Copy link

StevenTrevino commented Sep 29, 2020

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
Copy link
Contributor

See also ActivitySim/activitysim#350

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants