小编Mat*_*ott的帖子

ImportError:无法导入名称random_integers

我有一个包含该行的前导码的Python代码:

from numpy import array,arccosh,random_integers
Run Code Online (Sandbox Code Playgroud)

稍后在代码中我(成功)使用arrayarccosh.但是,我在程序运行时遇到错误:

from numpy import array,arccosh,random_integers
ImportError: cannot import name random_integers
Run Code Online (Sandbox Code Playgroud)

有人可以帮忙吗?谢谢.

python numpy importerror

3
推荐指数
1
解决办法
844
查看次数

标签 统计

importerror ×1

numpy ×1

python ×1