-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
DLL load failed while importing AoN in Aequilibrae #591
Comments
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. |
This is still insufficient to reproduce the issue. It might have something to do with the version of PyArrow or NumPy you have installed, but it is impossible to guess |
You can try running the line below to see if you obtain a more informative error message: from aequilibrae.paths.AoN import one_to_all, assign_link_loads |
Sorry Pedro, I have attached my installed packages. I have tried running only "from aequilibrae.paths.AoN import one_to_all, assign_link_loads" |
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.
The text was updated successfully, but these errors were encountered: