|
For some reason I need to build a python app with quickjs-ng and uv on Termux, but I found that quickjs-ng on pypi cannot be built from source, because a header file is missing. I created a new issue there, but I didn't receive a reply after a month. It seems like the wrapper is abandoned, I'm considering forking the repo, uploading a new pypi package and fix the missing header file, but is there a better solution for that? |
Answered by
saghul
Jun 17, 2026
Replies: 1 comment
|
Not that I know of. If the maintainer has abandoned the project you can just fork and release your own. |
0 replies
Answer selected by
Marven11
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not that I know of. If the maintainer has abandoned the project you can just fork and release your own.