gpt4 book ai didi

python - Blockcypher-python UnicodeError ("label too long")

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

我遇到了 Blockcypher for Python 的严重问题。一个简单的代码片段

import sys
from blockcypher import get_address_overview

print(sys.version)
print(sys.version_info)
print(get_address_overview('1BTCorgHwCg6u2YSAWKgS17qUad6kHmtQW'))

在我的本地安装中引发此异常(我正在使用 PyCharm)

3.7.6 (tags/v3.7.6:43364a7ae0, Dec 19 2019, 00:42:30) [MSC v.1916 64 bit (AMD64)]sys.version_info(major=3, minor=7, micro=6, releaselevel='final', serial=0)

Traceback (most recent call last): File "C:\Users\xxx\AppData\Local\Programs\Python\Python37\lib\encodings\idna.py", line 167, in encode raise UnicodeError("label too long")UnicodeError: label too long

Repl.it 时一切都运行完美。

调试 idna.py 显示第三个标签是引发异常的标签,但我很难理解为什么我的本地安装会出现此问题。

idna.py Exception

最佳答案

A fix for Windows has been made在最新版本 (1.0.80) 中。

关于python - Blockcypher-python UnicodeError ("label too long"),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59576911/

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