I'm running Windows 11 on the Surface Pro 11 (ARM chip), and using Python 3.12.4. In my terminal, I tried to execute the command pip install dabest and was met with this error: (base) ...
I used python version 3.9.2 on Windows and wanted to use venv in kivy program. But after python -m venv venv was input in terminal, virtual environment turned out to be void of its own pip and instead ...