-
Notifications
You must be signed in to change notification settings - Fork 23
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 #295
Comments
Thank you for reporting. I reproduced this issue. |
I had installed Visual C++ Redistributable for VS2015, and there is already a msvcp140.dll in my Python 3.5 root directory. |
Both my Python 3.5 and Python 3.6 are 64bit. |
conda install hdf5==1.8.17 I'll try 64bit next. |
It works on Python 3.5 64bit (Windows 10 64bit). I'll show what I did below:
See also: https://github.com/ecell/ecell4/blob/master/INSTALL.md |
Thanks |
I am using Python3.5 on Windows 10. Get an error:
E:\Anaconda3\lib\site-packages\ecell4_init_.py in ()
----> 1 from ecell4.core import *
2 from ecell4.util import *
3 from ecell4 import bd, ode, gillespie, egfrd, spatiocyte, meso
4
5 version = '4.1.4'
ImportError: DLL load failed: The specified procedure could not be found.
The text was updated successfully, but these errors were encountered: