Python wheels method not working

On debian 12, I try to install Anki via the python wheels method as it says on the Intro & Downloads - Anki Betas guide to installing Anki.

The first two commands of

sudo apt install python3-pyqt5.{qtwebengine,qtmultimedia}

and

python3 -m venv --system-site-packages pyenv

work fine, but when I try to run the last 3 commands it says

-bash: pyenv/bin/anki: No such file or directory

I don’t know what to do now. Somebody told me before in a conversation on a recent post of mine that pip should be in pyenv/bin after the venv command. And that I need to install python3-pip and then start again. But I don’t know what this means or how to install python3-pip. I looked it up but that didn’t yield anything either and I am unsure of what to do now. I have attached a screenshot of my attempts. Does anyone know how I can fix this?

Previous discussion: Cannot open up the options menu in Anki app

As mentioned there, I’m afraid I’m not sure what the problem is. When I run the python3 command in your screenshot in a Debian 12 install, the subsequent pyenv/bin/pip command works fine for me.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.