Quote:
Originally Posted by xxyzz
But the same code runs fine on Fedora's python.
Code:
import subprocess
subprocess.run(["python3", "-m", "pip", "--version"], check=True, text=True, capture_output=True)
this would fail in calibre-debug
|
You would need to ask whoever maintains the fedora calibre package or tell your user to use the official binary.