pyinstaller -F .\example.py --hidden-import=_cffi_backend --collect-all curl_cffi Using https proxy, error: OPENSSL_internal:WRONG_VERSION_NUMBER You are messing up https-over-http proxy and https-over-https proxy, for most cases, you should change {"https": "https://localhost:3128"}...
pyinstaller==6.6.0 pyinstaller-hooks-contrib==2024.6 PyJWT==2.7.0 pymongo==4.5.0 PyNaCl==1.5.0 pyrsistent==0.19.3 pyserum==0.5.0a0 PySocks==1.7.1 pytest==7.4.3 python-dateutil==2.8.2 python-dotenv==1.0.0 python-multipart==0.0.6 pytz==2023.3 pyunormalize==15.0.0 PyYAML==5.4.1 ...
pyinstaller -F .\example.py --hidden-import=_cffi_backend --collect-all curl_cffi Add other paths: pyinstaller --noconfirm --onefile --console \ --paths "C:/Users/Administrator/AppData/Local/Programs/Python/Python39" \ --add-data "C:/Users/Administrator/AppData/Local/Programs/Pytho...
pyinstaller -F .\example.py --hidden-import=_cffi_backend --collect-all curl_cffi Using https proxy, error: OPENSSL_internal:WRONG_VERSION_NUMBER You are messing up https-over-http proxy and https-over-https proxy, for most cases, you should change {"https": "https://localhost:3128"}...
pyinstaller -F .\example.py --hidden-import=_cffi_backend --collect-all curl_cffi Using https proxy, error: OPENSSL_internal:WRONG_VERSION_NUMBER You are messing up https-over-http proxy and https-over-https proxy, for most cases, you should change {"https": "https://localhost:3128"}...
pyinstaller -F .\example.py --hidden-import=_cffi_backend --collect-all curl_cffi Using https proxy, error: OPENSSL_internal:WRONG_VERSION_NUMBER You are messing up https-over-http proxy and https-over-https proxy, for most cases, you should change {"https": "https://localhost:3128"}...
pyinstaller -F .\example.py --hidden-import=_cffi_backend --collect-all curl_cffi ## 项目现状 现在的实现挺 hacky 的,不过在大多数系统上都是可以工作的。 当我安装其他 python 的 curl 绑定时,比如 pycurl,经常会遇到编译问题或者 OpenSSL 的问题, 所以我特别希望有一个二进制分发的包,用户可以直接 `...
python -m pip install -U "https://yt-dlp.github.io/Pyinstaller-Builds/x86_64/pyinstaller-5.8.0-py3-none-any.whl"- name: Prepare2 changes: 1 addition & 1 deletion 2 .github/workflows/core.yml Original file line numberDiff line numberDiff line change @@ -53,7 +53,7 @@ jobs: wit...
pyinstaller -F .\example.py --hidden-import=_cffi_backend --collect-all curl_cffi Add other paths: .. code-block:: pyinstaller --noconfirm --onefile --console \ --paths "C:/Users/Administrator/AppData/Local/Programs/Python/Python39" \ --add-data "C:/Users/Administrator/AppData/Local/...
python -m devscripts.install_deps --include secretstorage python -m devscripts.install_deps --include secretstorage --include curl-cffi python -m devscripts.make_lazy_extractors python devscripts/update-version.py -c "${channel}" -r "${origin}" "${version}" python -m bundle.pyinstaller ...