curl_cffi
curl_cffi copied to clipboard
[Feature] add support for bsd in pip
as the title says, i'm trying to deploy my script but my couldn't run on my free bsd host.
Exception: Unsupported arch: uname_result(system='FreeBSD', node='s4.serv00.com', release='14.1-RELEASE-p3', version='FreeBSD 14.1-RELEASE-p3 #2 releng/14.1-n267694-1a207e5cdf99-dirty: Wed Aug 7 20:11:09 CEST 2024 [email protected]:/usr/obj/usr/src/amd64.amd64/sys/devil', machine='amd64')
We need to first build curl-impersonate in BSD.
Building curl-impersonate generates error:
checking for ZSTD_decompress in -lzstd... no
configure: error: failed to find zstd
Although, zstd is installed, and the configuration script is set to the correct prefix.
Interesting...