codeapp
codeapp copied to clipboard
Error Installing Python Package Using pip – “subprocess-exited-with-error”
When I try to install a package using pip, I encounter an error message: “subprocess-exited-with-error.” Some packages, like ebooklib, fail with this error, so I downloaded the source code. However, I can’t install the Python package from the “tar.gz” file using pip locally; only the “.whl” file works for installation.
For testing, here’s the repository.
https://github.com/river4891/copeapp-utils/tree/main
That's because sub-process is unsupported on iOS. Unfortunately, this means the module is unsupported on Code App.