Description:
I encountered an ImportError while attempting to run a script that imports the Project class from the aequilibrae package. The traceback indicates that the error occurs when trying to import the AoN module from the aequilibrae.paths package.
I am running Python 3.10 on windows:
Exact error gives :
File "....venv\lib\site-packages\aequilibrae\paths__init__.py", line 1, in
from aequilibrae.paths.AoN import one_to_all, skimming_single_origin, path_computation, update_path_trace
ImportError: DLL load failed while importing AoN: The specified module could not be found.
Description: I encountered an ImportError while attempting to run a script that imports the Project class from the aequilibrae package. The traceback indicates that the error occurs when trying to import the AoN module from the aequilibrae.paths package.
I am running Python 3.10 on windows:
Exact error gives :
File "....venv\lib\site-packages\aequilibrae\paths__init__.py", line 1, in
from aequilibrae.paths.AoN import one_to_all, skimming_single_origin, path_computation, update_path_trace
ImportError: DLL load failed while importing AoN: The specified module could not be found.