gpt4 book ai didi

python-3.x - 无法在 Google Colab 中降级 scipy 包

转载 作者:行者123 更新时间:2023-12-05 06:18:16 24 4
gpt4 key购买 nike

我是 Google Collab 的新手,我无法降级我需要的 scipy 版本。

我按照 other question 的建议做了,使用 pip 或 pip3 安装旧版本,但我仍然有我不想要的版本。

我的代码:

!pip3 install scipy==1.2.1
import scipy
print(scipy.__version__)

我得到:

Requirement already satisfied: scipy==1.2.1 in /usr/local/lib/python3.6/dist-packages (1.2.1)
Requirement already satisfied: numpy>=1.8.2 in /usr/local/lib/python3.6/dist-packages (from scipy==1.2.1) (1.18.2)
1.4.1

有什么建议吗?提前致谢

我的谷歌合作实验室:

enter image description here

最佳答案

选择

MENU > Runtime > Restart runtime...

然后再次检查。

import scipy
print(scipy.__version__)

enter image description here

关于python-3.x - 无法在 Google Colab 中降级 scipy 包,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61305131/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com