gpt4 book ai didi

Python导入不存在的模块?

转载 作者:太空宇宙 更新时间:2023-11-03 12:07:08 24 4
gpt4 key购买 nike

所以我在运行:

import google
> <module 'google' (built-in)>

在 python 提示符下。 google.路径

['/Library/Python/2.7/site-packages/google']

我想删除 google 模块。所以我:

rm -rf /Library/Python/2.7/site-packages/google

它消失了!

但是当我回到 python shell 时,我得到了与上面相同的结果。

(仅供引用,我相信 python 模块是用于 protobuf 的。)

有什么想法吗?

最佳答案

您需要卸载“protobuf”模块。

sudo pip uninstall protobuf

关于Python导入不存在的模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27051654/

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