Impossible to install due to the same problem with PGP key as @system7 reported.
Search Criteria
Package Details: python-deepl 1.19.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-deepl.git (read-only, click to copy) |
---|---|
Package Base: | python-deepl |
Description: | Python library for the DeepL API |
Upstream URL: | https://github.com/deeplcom/deepl-python |
Keywords: | deepl i18n language translation translator |
Licenses: | MIT |
Submitter: | lmartinez-mirror |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 3 |
Popularity: | 0.003344 |
First Submitted: | 2022-01-31 21:34 (UTC) |
Last Updated: | 2024-12-23 11:43 (UTC) |
Dependencies (7)
- python-requests
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- python-keyring (optional) – for support storing API Key
Required by (2)
Sources (1)
Latest Comments
Fuzzy commented on 2024-02-14 10:51 (UTC)
system7 commented on 2024-02-08 12:27 (UTC)
Hello, I got this error and the gpg command above does not work.
==> Retrieving sources...
-> Updating deepl-python git repo...
==> Validating source files with sha512sums...
deepl-python ... Skipped
==> Verifying source file signatures with gpg...
deepl-python git repo ... FAILED (invalid public key DBDC63E97C526204335805941FA7A782EC90634E)
==> ERROR: One or more PGP signatures could not be verified!
-> error making: python-deepl-exit status 1
-> Failed to install the following packages. Manual intervention is required:
python-deepl - exit status 1
carlosal1015 commented on 2023-11-04 16:19 (UTC) (edited on 2023-11-08 16:33 (UTC) by carlosal1015)
Important note: Is recommended to receive the following key before to install:
$ gpg --recv-keys 38FCACAAFD2C06B8
Also is possible skip the verification, adding the flag for (e.g makepkg
, yay
) --skippgpcheck
, --nopgpfetch
, respectively.
lmartinez-mirror commented on 2023-02-28 19:11 (UTC)
Sorry about that. You can find the GPG keys here: https://github.com/daniel-jones-deepl.gpg
Hi-Angel commented on 2023-02-27 20:19 (UTC) (edited on 2023-02-27 20:20 (UTC) by Hi-Angel)
@Tak2Hu I had to remove the "validpgpkeys" line and the ?signed
postfix on the source=
line for the package to get successfully assembled.
Tak2Hu commented on 2022-02-08 06:52 (UTC)
Hi there, I can't install this because of the PGP keys and idk what to do except installing this through pip, thanks.
:: PGP keys need importing:
-> DBDC63E97C526204335805941FA7A782EC90634E, required by: python-deepl
==> Import? [Y/n]
:: Importing keys with gpg...
gpg: keyserver receive failed: No data
-> problem importing keys
:: PGP keys need importing:
-> DBDC63E97C526204335805941FA7A782EC90634E, required by: python-deepl
==> Import? [Y/n] n
...
==> Verifying source file signatures with gpg...
python-deepl git repo ... FAILED (unknown public key 1FA7A782EC90634E)
==> ERROR: One or more PGP signatures could not be verified!
-> error making: python-deepl
Pinned Comments
carlosal1015 commented on 2023-11-04 16:19 (UTC) (edited on 2023-11-08 16:33 (UTC) by carlosal1015)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.