Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
from scipy.spacial.distance import squareform, pdist, cdist
它说“无法解决”。我正在将 python 用于 boids 程序。
经过一番搜索,我发现这scipy.spatial.distance是Module的正确拼写。你试过导入吗?
scipy.spatial.distance