Search Criteria
Package Details: argos-translate-git r231.8c4e64e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/argos-translate-git.git (read-only, click to copy) |
---|---|
Package Base: | argos-translate-git |
Description: | Offline neural machine translation library and GUI. |
Upstream URL: | https://github.com/argosopentech/argos-translate |
Licenses: | MIT |
Provides: | argos-translate, argos-translate-cli |
Submitter: | fossdd |
Maintainer: | None |
Last Packager: | fossdd |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2021-03-22 14:18 (UTC) |
Last Updated: | 2021-06-12 12:38 (UTC) |
Dependencies (11)
- ctranslate2-gitAUR
- python (python37AUR, python311AUR, python310AUR)
- python-pip
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-requests
- python-sentencepiece-gitAUR
- python-stanzaAUR
- git (git-gitAUR, git-glAUR) (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (optional)
- python-sphinx_rtd_theme (optional)
Required by (1)
- argos-translate-gui (requires argos-translate)
Latest Comments
yochananmarqos commented on 2023-12-10 15:46 (UTC)
I've created
argos-translate
andargos-translate-gui
packages, please test.BuddhiLW commented on 2022-01-30 15:14 (UTC)
Build is not running properly
Nullrequest commented on 2021-04-10 01:22 (UTC) (edited on 2021-04-10 01:22 (UTC) by Nullrequest)
Hey I heard this package did some funky stuff with postinstall hooks. I've taken the time to add the dependencies to the PKGBUILD. Do not use pip as root to install stuff in AUR packages.
sandsmark commented on 2021-04-07 11:18 (UTC)
wtf, this runs pip as root to install a bunch of stuff outside of pacman in the .install script?
The dependencies should be installed as dependencies, not mess up my system like that.
Tio commented on 2021-03-31 22:39 (UTC)
I get this error:
hotice commented on 2021-03-29 20:15 (UTC) (edited on 2021-03-29 20:19 (UTC) by hotice)
$ argos-translate
Traceback (most recent call last):
File "/bin/argos-translate", line 3, in <module> from argostranslate import cli
File "/usr/lib/python3.9/site-packages/argostranslate/cli.py", line 3, in <module> from argostranslate import package, translate
File "/usr/lib/python3.9/site-packages/argostranslate/translate.py", line 3, in <module> import ctranslate2
ModuleNotFoundError: No module named 'ctranslate2'