You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~$ python3 -m pip install curl_cffi-0.6.0b8.tar.gz
Defaulting to user installation because normal site-packages is not writeable
Processing ./curl_cffi-0.6.0b8.tar.gz
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting cffi>=1.12.0 (from curl_cffi==0.6.0b8)
Using cached cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from curl_cffi==0.6.0b8) (2019.11.28)
Collecting pycparser (from cffi>=1.12.0->curl_cffi==0.6.0b8)
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Using cached cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (444 kB)
Building wheels for collected packages: curl_cffi
Building wheel for curl_cffi (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for curl_cffi (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
running bdist_wheel
running build
Downloading libcurl-impersonate-chrome from https://github.com/yifeikong/curl-impersonate/releases/download/v0.6.0b8/libcurl-impersonate-v0.6.0b8.x86_64-linux-gnu.tar.gz...
Unpacking downloaded files...
error: [Errno 13] Permission denied: '/usr/local/lib/libcurl-impersonate-chrome.a'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for curl_cffi
Failed to build curl_cffi
ERROR: Could not build wheels for curl_cffi, which is required to install pyproject.toml-based projects
I can confirm sudo python3 -m pip install curl_cffi-0.6.0b8.tar.gz works on ubuntu20.04.
Perhaps possible solution is using another directory instead of /usr/local/lib/ for shared lib.
The text was updated successfully, but these errors were encountered:
Ref: #192
I can confirm
sudo python3 -m pip install curl_cffi-0.6.0b8.tar.gz
works on ubuntu20.04.Perhaps possible solution is using another directory instead of
/usr/local/lib/
for shared lib.The text was updated successfully, but these errors were encountered: