tidevice
不兼容高版本的pyOpenSSL
,大部分命令都会报:Invalid version. The only valid version for X509Req is 0
#377
Labels
bug
Something isn't working
Mac M1安装
tidevice
,命令:pip install -U "tidevice[openssl]"
,结果如下:执行
tidevice list
报错,如下:具体原因:
pyOpenSSL
的Changelog
pyOpenSSL
相关代码tidevice
相关代码解决方案:
pyOpenSSL
版本为23.1.1
tidevice
代码,req.set_version(2)
改为req.set_version(0)
The text was updated successfully, but these errors were encountered: