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

anki hardcoded python version #251

Open
kovmir opened this issue Oct 17, 2024 · 1 comment
Open

anki hardcoded python version #251

kovmir opened this issue Oct 17, 2024 · 1 comment

Comments

@kovmir
Copy link

kovmir commented Oct 17, 2024

In anki slackbuild python version 3.9 is hardcoded, which is why it fails on -current as it uses python 3.11:

find $PKG/usr/bin $PKG/usr/lib/python3.9/site-packages \
  -mindepth 1 -maxdepth 1 \
  -not -name "_aqt*" \
  -not -name "aqt*" \
  -not -name "anki*" \
  -execdir rm -rf '{}' \+
@Ponce
Copy link
Owner

Ponce commented Oct 17, 2024

unfortunately it's not the only thing to change because stuff keeps going into python3.9 dirs (the prebuilt version seems to be for that python version)...
I don't know it enough to upgrade it to 3.11, sorry, but you can get in touch with the maintainer, in case he has working patch

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

No branches or pull requests

2 participants