gpt4 book ai didi

google-cloud-platform - 安装的软件包在 Google Cloud Shell 中消失

转载 作者:行者123 更新时间:2023-12-02 04:10:54 25 4
gpt4 key购买 nike

我尝试在 Google Cloud Platform Console 中安装一堆 python 软件包。但磁盘空间不足,安装失败。有趣的是,在某些时候,网络连接丢失了,我应该重新连接它。

然后我检查了一些在我尝试安装其他 python 包之前已经安装的包。

期待

$ python
Python 2.7.9 (default, Mar 1 2015, 12:57:24)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>>

但是没有找到numpy。这是实际结果。

$ python 
Python 2.7.9 (default, Mar 1 2015, 12:57:24)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named numpy
>>>

这是一个已知问题吗?如何防止再次发生?


重现步骤

  1. 点击顶栏上的“激活 Google Cloud Shell”图标
  2. 我有两个项目,已选择其中一个项目。
  3. 像这样安装 python-numpy 包:

    Welcome to Cloud Shell! For help, visit https://cloud.google.com/cloud-shell/help.
    $ sudo apt-get install python-numpy
  4. 尝试在 python 提示符下导入 numpy --> 已成功导入。

  5. 关闭浏览器选项卡或仅关闭 shell 选项卡

  6. 几个小时后(也许 2 小时后),重新打开 Cloud Shell。

  7. 尝试在 python 提示符下导入 numpy -->“没有名为 numpy 的模块”错误。

最佳答案

这是 Google Cloud Shell 的一个已知限制 - 大约一个小时不活动后,$HOME 之外的任何修改都会丢失,包括已安装的软件包。请参阅Custom installed software packages and persistence .

另请注意有关 Usage limits 的引用:

If you do not access Cloud Shell regularly, we may recycle your home disk. You will receive an email notification before we do so and simply starting a session will prevent its removal. Please consider a different solution on Google Cloud Storage for sensitive data you wish to store long term.

关于google-cloud-platform - 安装的软件包在 Google Cloud Shell 中消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36784845/

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