Hi I try to use Python (version: 3. 10. 4) Pykrige. Although I have installed Pykrige:
pip show pykrige
Name: PyKrige
Version: 1.6.1
Summary: Kriging Toolkit for Python.
Home-page: https://github.com/GeoStat-Framework/PyKrige
Author: Benjamin S. Murphy, Sebastian Müller
Author-email: info@geostat-framework.org
License: BSD-3-Clause
Location: c:\users\Name\appdata\local\packages\pythonsoftwarefoundation.python.3.8_qbz5n2kfra8p0\localcache\local-packages\python38\site-packages
Requires: numpy, scipy
Required-by:
However, the error message comes:
Import "pykrige.ok" could not be resolved
Import "pykrige.kriging_tools" could not be resolved
Import "pykrige.kriging_tools" could not be resolved
I also tried to start Pykrige in Python 3. 8. 10, but it didn’t work either loading version 1. 4. 0 doesn’t help. . . Anybody got an idea?