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

[Bug] anki missing new dependencies from the AUR #3096

Closed
jthvai opened this issue Apr 3, 2024 · 1 comment
Closed

[Bug] anki missing new dependencies from the AUR #3096

jthvai opened this issue Apr 3, 2024 · 1 comment
Labels
bug:misc Something else doesn't work.

Comments

@jthvai
Copy link

jthvai commented Apr 3, 2024

Packages:

https://aur.archlinux.org/packages/anki

Latest chaotic version

24.04-2

What happens?

A new dependency on python-pip-system-certs1 from the AUR was added for anki 24.04-1 (and maintained for -2) that did not seem to be included in chaotic's distributed package.

Without this dependency, anki 24.04-2 fails to launch with the following output:

Traceback (most recent call last):
  File "/usr/bin/anki", line 5, in <module>
    from aqt import run
  File "/usr/lib/python3.11/site-packages/aqt/__init__.py", line 9, in <module>
    import pip_system_certs.wrapt_requests
ModuleNotFoundError: No module named 'pip_system_certs'

What is expected to happen?

Anki launches without error.

Logs

No response

More information

No response

Footnotes

  1. Itself depending on python-git-versioner from the AUR

@jthvai jthvai added the bug:misc Something else doesn't work. label Apr 3, 2024
@xiota
Copy link
Contributor

xiota commented Apr 3, 2024

Should work now, without the extra python depends.

@xiota xiota closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:misc Something else doesn't work.
Development

No branches or pull requests

2 participants