-
Notifications
You must be signed in to change notification settings - Fork 74
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 #164
Comments
Hey there, |
I guess this is a problem with numpy and a binary incompatibility.
and try again? |
@LSchueler we should use the meta package for numpy as a build dep: https://github.com/scipy/oldest-supported-numpy See: |
@peter-pazak what is your current numpy version? Upgrading numpy could solve the issue. |
Hi, sorry - I forgot to mention, this will probably be exactly the problem. |
Right, when I did ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. |
If you don't require to run But nevertheless we should provide compatibility with earlier versions of numpy which should be solved by #165 |
Thank you very much, just wanted to know what caused the problem. Installing few days earlier worked fine, then suddenly on other machine yesterday didn't, then I realized there was version change, so wanted to let you know, just in case... |
Hi,
I installed gstools via
pip install gstools
it installed from gstools-1.3.0-cp36-cp36m-win_amd64.whl
but when I do
import gstools
it ends with
from gstools.variogram.estimator import (
ImportError: DLL load failed: The specified module could not be found.
went back to gstools 1.2.1 and all workds fine
Thank you
Peter
The text was updated successfully, but these errors were encountered: