gpt4 book ai didi

python - mypy 没有获取已安装的 stub

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

我已经安装了 boto3、boto3-stubs 和 mypy:

Pip文件:

"boto3" = "*"
boto3-stubs = {extras = ["ec2", "s3"], version = "*"}
mypy = "*"

但是运行 mypy . 给出错误:

error: Skipping analyzing 'boto3': found module but no type hints or library stubs

我需要为 mypy 配置一些东西来找到 stub 吗?

我使用的是 python 3.8.6、mypy 0.790、boto3 1.16.59、boto3-stubs 1.16.59,它们都安装在虚拟环境中。

最佳答案

安装 boto3 stubs :

python3 -m pip install boto3-stubs

关于python - mypy 没有获取已安装的 stub ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65894133/

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