下图是他的一个报错截图: 二、实现过程 这里【对不起果丹皮】提示到上图报错上面说要你安装pep517,但是这个好像还挺难的。后来【莫生气】提示别省事,一个一个的去安装。
python3 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517 File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517 File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517 File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517
python3 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517 File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517 File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517 File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517
openssl]" 安装过程中可能会出现如下报错: 通过上图可以看出,是因为tidevice在安装过程中,安装一个名为cryptography的包时,报错了,cryptography编译失败,因为系统中缺少pep517 安装pep517 pip install pep517 再次安装cryptography pip install cryptography 但是还是报错上述同样错误,系统提示pip版本过低。
automated tests additional environments: build -> Build the package in isolation according to PEP517
automated tests additional environments: build -> Build the package in isolation according to PEP517
automated tests additional environments: build -> Build the package in isolation according to PEP517
automated tests additional environments: build -> Build the package in isolation according to PEP517
包将上传到https://pypi.org/; 使用python3-m pip install[your-package]从真正的PyPI安装包; 参考 Hattch Flit pdm poetry PEP517
1.0.3 (Unable to locate actual module version, using vendor.txt specified version) packaging==21.3 pep517