-
Notifications
You must be signed in to change notification settings - Fork 0
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
How to run in Termux? #6
Comments
./run.sh
apt show docker Output:
pkg install docker Output:
./run.sh Output:
|
termux-docker does not help. |
docker-in-termux could help but looks overkill. |
LibreTranslate/blob/d8ff2de3c3744e643fd114b1daee03e5db01cc40/README.md#install-and-run: pip install libretranslate Output:
Do not have this issue on Linux Mint 21.3 Cinnamon. Search on DuckDuckGo and Google Seems related to pip/issues/12808. apt update Output:
alias pipupdate="pip --disable-pip-version-check list --outdated --format=json | python3 -c \"import json, sys; print('\n'.join([x['name'] for x in json.load(sys.stdin)]))\" | grep -vE 'pip|blinker|numpy' | xargs -n1 pip install -U"
pipupdate
Downgrading pip does not seem much possible in my case: apt list -a python-pip Output:
Source: the Ask Ubuntu answer 92021 |
pip install . Output:
|
Until I have an open-source offline Linguee, thanks to Benjamin_Loison/Linguee_webscraper/issues/4, could use LibreTranslate with Termux to have something similar and that I need anyway. |
https://libretranslate.com is a workaround. |
+8
Please do NOT ask question about LibreTranslate here! We have a forum at https://community.libretranslate.com for questions.
Please open an issue only to report faults and bugs.
For feature requests, please open pull requests directly! We accept all kinds of contributions. If you don't know how to code, you can still provide feedback, but please offer to contribute something (how are you going to help the project develop the feature?)
Remove these lines after reading it
The text was updated successfully, but these errors were encountered: