Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change in Termux installation manual #2248

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

pmosko
Copy link
Contributor

@pmosko pmosko commented Jan 31, 2024

  • there is no webp package
  • added python-lxml and python-grpcio

Termux do not have webp package and I am not sure if it is even needed.
Installing lxml and grpcio fails on compilation. There are workarounds, but time consuming and unreliable. Fortunatelly thermux have them now as packages.

- added python-lxml and python-grpcio
@dipu-bd dipu-bd merged commit 6144e33 into dipu-bd:master Feb 9, 2024
4 checks passed
@laundmo
Copy link

laundmo commented Feb 29, 2024

When running pip install lightnovel-crawler it still tries to compile lxml manually, even though the termux package is installed. this errors and fails the entire lightnovel-crawl installation. any idea how to reolve?

@FunMan1995
Copy link

My work around for termux proof

pkg upgrade -y && termux-change-repo && pkg install x11-repo -y && termux-setup-storage && pkg upgrade -y && pkg install tsu binutils libxml2-python libxslt libjpeg-turbo rust python-lxml python-pillow python-libsass python-xlib python-grpcio python-apt python-cryptography python-tkinter -y && CFLAGS="-Wno-error=incompatible-function-pointer-types" pip install -U setuptools lightnovel-crawler

cd ~/storage/downloads
lncrawl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants