codeapp icon indicating copy to clipboard operation
codeapp copied to clipboard

Error Installing Python Package Using pip – “subprocess-exited-with-error”

Open river4891 opened this issue 9 months ago • 1 comments

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

image

river4891 avatar Feb 10 '25 17:02 river4891

That's because sub-process is unsupported on iOS. Unfortunately, this means the module is unsupported on Code App.

bummoblizard avatar Apr 30 '25 23:04 bummoblizard