Skip to content

Installation outdated and not functional #183

@MSnPTV

Description

@MSnPTV

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions