curl_cffi = ["curl-cffi==0.5.10; implementation_name=='cpython'"] secretstorage = [ "cffi", "secretstorage", @@ -69,6 +70,7 @@ dev = [ "pytest", ] pyinstaller = ["pyinstaller>=6.3"] pyinstaller_macos = ["pyinstaller==5.13.2"] # needed for curl_cffi builds py2exe = ["...
I have been running some tests with the websocket implementation and compared it to using the websocket library that curl_cffi was inspired by for its websocket api's according to the readme(websocket-client). When I use curl_cffi on my mac m2 locally I am getting 99% cpu usage for a ...
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 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 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 0 comments on commit 4521f30 Please sign in to comment...
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/...