-
Notifications
You must be signed in to change notification settings - Fork 47
Description
The installation process as it is described on https://activitysim.github.io/populationsim/getting_started.html#installation does not lead to a functioning working environment. Any python run ends with the error message
Traceback (most recent call last):
File "D:\MSn\PopSim\example_calm\run_populationsim.py", line 39, in
sys.exit(run(args))
File "D:\MSn\PopSimInstallTest\lib\site-packages\activitysim\cli\run.py", line 329, in run
info = np.config.get_info(cfg_key)
AttributeError: module 'numpy.config' has no attribute 'get_info'
The installation process installs Python modules that are not compatible with each other. Although nothing has changed in the code for some time, this happens because the installation program is instructed to use the latest version of each package. And of course that has changed in recent years. And now not all modules are compatible.