View Single Post
Old 01-30-2023, 08:24 AM   #7
xxyzz
Evangelist
xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.xxyzz ought to be getting tired of karma fortunes by now.
 
Posts: 442
Karma: 2666666
Join Date: Nov 2020
Device: none
Quote:
Originally Posted by kovidgoyal View Post
You could create your own wrapper script that accepts the same arguments as python and translates them into equivalent calibre-debug invocations.
You mean create a bash script like this one?

Code:
#!/usr/bin/env bash

FIRST_ARG="$1"
shift
calibre-debug -e "$FIRST_ARG" -- "$@"
but I run the command "python3 -m pip --python ./calibre-python.sh install -t temp sudachidict-core" and still get the same error.
xxyzz is offline   Reply With Quote