AequilibraE / aequilibrae

aequilibrae - Python package for transportation modeling
https://www.aequilibrae.com
Other
171 stars 39 forks source link

DLL load failed while importing AoN in Aequilibrae #591

Open zahern opened 5 hours ago

zahern commented 5 hours ago

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.

pedrocamargo commented 5 hours ago

Can you provide more information on the environment you are running the code on? With the above information is not possible to reproduce the problem.