我有一个包含该行的前导码的Python代码:
from numpy import array,arccosh,random_integers
Run Code Online (Sandbox Code Playgroud)
稍后在代码中我(成功)使用array和arccosh.但是,我在程序运行时遇到错误:
from numpy import array,arccosh,random_integers
ImportError: cannot import name random_integers
Run Code Online (Sandbox Code Playgroud)
有人可以帮忙吗?谢谢.