1

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?

Weiss
  • 176
  • 2
  • 16
  • It works no problem for me in Python 3.10. What did you type in order to get these messages? Is this something that's appearing in your IDE? (For example, are you in VSCode and not selecting the environment you install `pykrige` into? E.g. see https://stackoverflow.com/a/68495684/3381305) – Matt Hall May 09 '22 at 20:01

0 Answers0