如何解决:导入错误:无法导入名称?

发布于 2025-02-08 12:44:29 字数 417 浏览 0 评论 0原文

我有以下代码:

import sys
import os
import numpy
import pathlib
from ants import image_read, resample_image, iMath, from_numpy, threshold_image, copy_image_info, image_write
from copy import copy
from keras.models import load_model
from keras import backend as K
import timeit

在第5行,我会收到一个错误:ImporterRor:无法从'Ants'导入名称'image_read'。为什么会发生这种情况?如何修复Importerror

I have the following code:

import sys
import os
import numpy
import pathlib
from ants import image_read, resample_image, iMath, from_numpy, threshold_image, copy_image_info, image_write
from copy import copy
from keras.models import load_model
from keras import backend as K
import timeit

On line 5, I get an error: ImportError: cannot import name 'image_read' from 'ants'. Why does this occur? How can I fix the ImportError?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文