gpt4 book ai didi

python - 没有名为 pycountry 的模块

转载 作者:太空宇宙 更新时间:2023-11-03 14:03:37 25 4
gpt4 key购买 nike

尝试在 python 2.7 中导入和使用 pycountry。

import pycountry
len(pycountry.countries)

但是,无法识别模块。

Traceback (most recent call last):       
File "countries_list.py", line 1, in <module>
import pycountry
ImportError: No module named pycountry

最佳答案

您必须使用 pip 安装它。

pip install pycountry

然后你就可以使用它了:)

关于python - 没有名为 pycountry 的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46195089/

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