Open apriliars3 opened 1 year ago
Getting the same on a Raspberry Pi 3B+ and an ODROID XU4.
It looks to be the cryptography module in Python. Entering into the Docker container itself and trying to manually install the module will replicate the error:
[root@docker-2d028582f764:/app]# pip install cryptography
Collecting cryptography
Using cached cryptography-39.0.0.tar.gz (603 kB)
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [120 lines of output]
Collecting setuptools!=60.9.0,>=40.6.0
Using cached setuptools-65.6.3-py3-none-any.whl (1.2 MB)
Collecting wheel
Using cached wheel-0.38.4-py3-none-any.whl (36 kB)
Collecting cffi>=1.12
Using cached cffi-1.15.1.tar.gz (508 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting setuptools-rust>=0.11.4
Using cached setuptools_rust-1.5.2-py3-none-any.whl (23 kB)
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Collecting typing-extensions>=3.7.4.3
Using cached typing_extensions-4.4.0-py3-none-any.whl (26 kB)
Collecting semantic-version<3,>=2.8.2
Using cached semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Building wheels for collected packages: cffi
Building wheel for cffi (setup.py): started
Building wheel for cffi (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [36 lines of output]
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-armv7l-3.7
creating build/lib.linux-armv7l-3.7/cffi
copying cffi/vengine_cpy.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/lock.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/__init__.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/ffiplatform.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/cffi_opcode.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/cparser.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/pkgconfig.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/model.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/setuptools_ext.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/recompiler.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/error.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/backend_ctypes.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/api.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/verifier.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/vengine_gen.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/commontypes.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_cffi_include.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/parse_c_type.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_embedding.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_cffi_errors.h -> build/lib.linux-armv7l-3.7/cffi
running build_ext
building '_cffi_backend' extension
creating build/temp.linux-armv7l-3.7
creating build/temp.linux-armv7l-3.7/c
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-armv7l-3.7/c/_cffi_backend.o
c/_cffi_backend.c:2:10: fatal error: Python.h: No such file or directory
#include <Python.h>
^~~~~~~~~~
compilation terminated.
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cffi
Running setup.py clean for cffi
Failed to build cffi
Installing collected packages: wheel, typing-extensions, setuptools, semantic-version, pycparser, setuptools-rust, cffi
Running setup.py install for cffi: started
Running setup.py install for cffi: finished with status 'error'
error: subprocess-exited-with-error
× Running setup.py install for cffi did not run successfully.
│ exit code: 1
╰─> [36 lines of output]
running install
running build
running build_py
creating build
creating build/lib.linux-armv7l-3.7
creating build/lib.linux-armv7l-3.7/cffi
copying cffi/vengine_cpy.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/lock.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/__init__.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/ffiplatform.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/cffi_opcode.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/cparser.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/pkgconfig.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/model.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/setuptools_ext.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/recompiler.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/error.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/backend_ctypes.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/api.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/verifier.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/vengine_gen.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/commontypes.py -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_cffi_include.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/parse_c_type.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_embedding.h -> build/lib.linux-armv7l-3.7/cffi
copying cffi/_cffi_errors.h -> build/lib.linux-armv7l-3.7/cffi
running build_ext
building '_cffi_backend' extension
creating build/temp.linux-armv7l-3.7
creating build/temp.linux-armv7l-3.7/c
arm-linux-gnueabihf-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-armv7l-3.7/c/_cffi_backend.o
c/_cffi_backend.c:2:10: fatal error: Python.h: No such file or directory
#include <Python.h>
^~~~~~~~~~
compilation terminated.
error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> cffi
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
[root@docker-2d028582f764:/app]#
I was able to workaround this issue by executing the following in the container itself:
# Update system and install python3-dev
apt update && apt upgrade -y && apt install python3-dev
# Update setuptools
pip install --upgrade setuptools
# Install latest version of Rust
curl https://sh.rustup.rs -sSf | sh
# Reload PATH for Rust
source "$HOME/.cargo/env"
# Install cryptography module
# NOTE THE "PIP3" HERE!
pip3 install --no-cache-dir cryptography
The resulting output:
[root@docker-11650213b841:/app]# pip install --upgrade setuptools
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/dist-packages (58.0.0)
Collecting setuptools
Using cached setuptools-65.6.3-py3-none-any.whl (1.2 MB)
Installing collected packages: setuptools
Attempting uninstall: setuptools
Found existing installation: setuptools 58.0.0
Uninstalling setuptools-58.0.0:
Successfully uninstalled setuptools-58.0.0
Successfully installed setuptools-65.6.3
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[root@docker-11650213b841:/app]# curl https://sh.rustup.rs -sSf | sh
info: downloading installer
[root@docker-11650213b841:/app]# source "$HOME/.cargo/env"
[root@docker-11650213b841:/app]# pip3 install --no-cache-dir cryptography
Collecting cryptography
Downloading cryptography-39.0.0.tar.gz (603 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 603.4/603.4 kB 10.7 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting cffi>=1.12
Downloading cffi-1.15.1.tar.gz (508 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.5/508.5 kB 33.6 MB/s eta 0:00:00
Preparing metadata (setup.py) ... done
Collecting pycparser
Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 29.9 MB/s eta 0:00:00
Building wheels for collected packages: cryptography, cffi
Building wheel for cryptography (pyproject.toml) ... done
Created wheel for cryptography: filename=cryptography-39.0.0-cp37-cp37m-linux_armv7l.whl size=1559420 sha256=84b355e66e3c1df7164f2d633429e6b8893b43a3aa59b04f359125043250fe39
Stored in directory: /tmp/pip-ephem-wheel-cache-3zyzrbea/wheels/fd/de/04/ba36861f5a7fe1cc5e69ed51c6391dde9a33a2f8e35580c00f
Building wheel for cffi (setup.py) ... done
Created wheel for cffi: filename=cffi-1.15.1-cp37-cp37m-linux_armv7l.whl size=214934 sha256=bd0a40e3f2d0a30d2065fdd83af7af5a4deceb20946b2f42c2f521fe71dd53f1
Stored in directory: /tmp/pip-ephem-wheel-cache-3zyzrbea/wheels/a1/3b/8e/0d937b639299138f2af58408c94c78bb6c18839c57d0ad8671
Successfully built cryptography cffi
Installing collected packages: pycparser, cffi, cryptography
Successfully installed cffi-1.15.1 cryptography-39.0.0 pycparser-2.21
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
[root@docker-11650213b841:/app]#
I have issue with rpi 2b with install cryptography
`Rust is installed now. Great!
To get started you may need to restart your current shell.
This would reload your PATH environment variable to include
Cargo's bin directory ($HOME/.cargo/bin).
To configure your current shell, run:
source "$HOME/.cargo/env"
[root@docker-6a086a118cd7:/app]# source "$HOME/.cargo/env"
[root@docker-6a086a118cd7:/app]# pip install --no-cache-dir cryptography
Collecting cryptography
Downloading cryptography-39.0.0.tar.gz (603 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 603.4/603.4 kB 5.1 MB/s eta 0:00:00
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> [128 lines of output]
Collecting setuptools!=60.9.0,>=40.6.0
Using cached setuptools-65.6.3-py3-none-any.whl (1.2 MB)
Collecting wheel
Downloading wheel-0.38.4-py3-none-any.whl (36 kB)
Collecting cffi>=1.12
Downloading cffi-1.15.1.tar.gz (508 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.5/508.5 kB 3.3 MB/s eta 0:00:00
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting setuptools-rust>=0.11.4
Downloading setuptools_rust-1.5.2-py3-none-any.whl (23 kB)
Collecting pycparser
Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 2.2 MB/s eta 0:00:00
Collecting semantic-version<3,>=2.8.2
Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB)
Collecting typing-extensions>=3.7.4.3
Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB)
Building wheels for collected packages: cffi
Building wheel for cffi (setup.py): started
Building wheel for cffi (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [38 lines of output]
/usr/local/lib/python3.7/dist-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
warnings.warn(msg, warning_class)
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-armv7l-cpython-37
creating build/lib.linux-armv7l-cpython-37/cffi
copying cffi/error.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/cparser.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/vengine_gen.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/cffi_opcode.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/lock.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/recompiler.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/setuptools_ext.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/backend_ctypes.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/commontypes.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/model.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/ffiplatform.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/api.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/__init__.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/pkgconfig.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/verifier.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/vengine_cpy.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/_cffi_include.h -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/parse_c_type.h -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/_embedding.h -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/_cffi_errors.h -> build/lib.linux-armv7l-cpython-37/cffi
running build_ext
building '_cffi_backend' extension
creating build/temp.linux-armv7l-cpython-37
creating build/temp.linux-armv7l-cpython-37/c
arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -flto -fuse-linker-plugin -ffat-lto-objects -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-armv7l-cpython-37/c/_cffi_backend.o
c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory
#include <ffi.h>
^~~~~~~
compilation terminated.
error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for cffi
Running setup.py clean for cffi
Failed to build cffi
Installing collected packages: wheel, typing-extensions, setuptools, semantic-version, pycparser, setuptools-rust, cffi
Running setup.py install for cffi: started
Running setup.py install for cffi: finished with status 'error'
error: subprocess-exited-with-error
× Running setup.py install for cffi did not run successfully.
│ exit code: 1
╰─> [40 lines of output]
/usr/local/lib/python3.7/dist-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead.
warnings.warn(msg, warning_class)
running install
/usr/local/lib/python3.7/dist-packages/setuptools/command/install.py:37: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
setuptools.SetuptoolsDeprecationWarning,
running build
running build_py
creating build
creating build/lib.linux-armv7l-cpython-37
creating build/lib.linux-armv7l-cpython-37/cffi
copying cffi/error.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/cparser.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/vengine_gen.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/cffi_opcode.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/lock.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/recompiler.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/setuptools_ext.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/backend_ctypes.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/commontypes.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/model.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/ffiplatform.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/api.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/__init__.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/pkgconfig.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/verifier.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/vengine_cpy.py -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/_cffi_include.h -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/parse_c_type.h -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/_embedding.h -> build/lib.linux-armv7l-cpython-37/cffi
copying cffi/_cffi_errors.h -> build/lib.linux-armv7l-cpython-37/cffi
running build_ext
building '_cffi_backend' extension
creating build/temp.linux-armv7l-cpython-37
creating build/temp.linux-armv7l-cpython-37/c
arm-linux-gnueabihf-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -flto -fuse-linker-plugin -ffat-lto-objects -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python3.7m -c c/_cffi_backend.c -o build/temp.linux-armv7l-cpython-37/c/_cffi_backend.o
c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory
#include <ffi.h>
^~~~~~~
compilation terminated.
error: command '/usr/bin/arm-linux-gnueabihf-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> cffi
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully.
│ exit code: 1
╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.`
Ah yeah, now I'm seeing the same thing. Well, damn.
Edit: Ultimately, downgrading to 2.9.14 allowed me to get a new install running and certificates generated.
Ah yeah, now I'm seeing the same thing. Well, damn.
Edit: Ultimately, downgrading to 2.9.14 allowed me to get a new install running and certificates generated.
How can pull only jc21/nginx-proxy-manager2.9.14 for arm32v7 or armhf?
PD: 2.9.14 works for me with rpi 2b.
Downgrading to 2.9.14 did it for me as well. Thanks for that tip!
Issue is now considered stale. If you want to keep it open, please comment :+1:
Is your feature request related to a problem? Please describe. I have raspberry pi 2b with arm 32 bits. I try to generate certificate ducdns and I received this error
`Error: Command failed: pip install certbot-dns-duckdns~=0.9 error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> [123 lines of output] Collecting setuptools!=60.9.0,>=40.6.0 Downloading setuptools-65.6.3-py3-none-any.whl (1.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 90.1 kB/s eta 0:00:00 Collecting wheel Downloading wheel-0.38.4-py3-none-any.whl (36 kB) Collecting cffi>=1.12 Downloading cffi-1.15.1.tar.gz (508 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 508.5/508.5 kB 94.1 kB/s eta 0:00:00 Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Collecting setuptools-rust>=0.11.4 Downloading setuptools_rust-1.5.2-py3-none-any.whl (23 kB) Collecting pycparser Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 1.5 MB/s eta 0:00:00 Collecting semantic-version<3,>=2.8.2 Downloading semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) Collecting typing-extensions>=3.7.4.3 Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) Building wheels for collected packages: cffi Building wheel for cffi (setup.py): started Building wheel for cffi (setup.py): finished with status 'error' error: subprocess-exited-with-error
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error
× pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output.
note: This error originates from a subprocess, and is likely not a problem with pip.
logs with docker
` 100 Actions
note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.`
Describe the solution you'd like I want wildcard certificate.
Describe alternatives you've considered I use with docker on OpenMedia Vault, Ubuntu, etc.
Additional context
Imgur