无法导入Sentinelsat Python模块

发布于 2025-02-11 07:01:07 字数 281 浏览 1 评论 0 原文

我是Python Newbie,正在尝试使SentinelHub模块工作,但在我的代码上收到此错误消息:

Import SentinelHub

Trackback(最近的最新电话): 文件“< pyshell#0>”,第1行,in 进口SentinelHub Inferterror:

我在Windows命令上使用“ PIP Install SentinelHub”下载模块后,NO模块命名为SentinelHub。我目前正在使用Python版本2.7.18。任何建议都会有所帮助。谢谢。

I am a python newbie and am trying to get the sentinelhub module to work but have been receving this error message on my code:

import sentinelhub

Traceback (most recent call last):
File "<pyshell#0>", line 1, in
import sentinelhub
ImportError: No module named sentinelhub

After I've downloaded the module using "pip install sentinelhub" on the windows command. I am currently using Python version 2.7.18. Any suggestions would be helpful. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹎☆浅夏丿初晴 2025-02-18 07:01:07

看起来Sentinelhub需要不同版本的Python。
从他们自己的网站上,他们指出了“需要python&gt; = 3.7”

It looks like sentinelhub requires a different version of Python.
From their own website they specify that it "requires Python >=3.7"

https://sentinelhub-py.readthedocs.io/en/latest/install.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文