Dears,
When i tried to install Anki with the new installer, I encountered an error due to my work using non-standard certiicates (I think). The command line windows shows the error message below, speaking about certificate error and suggesting the use of the --native-tls command line flag.
______________________________
Anki Launcher
Checking for updates…
Unable to check for Anki versions. Please check your internet connection.
Error: Failed to run (1): C:\Users\XXXXXX\Anki\uv.exe run --no-project --no-config --managed-python --with pip-system-certs --python 3.13.5 C:\Users\XXXXXXX\Anki\versions.py: × Failed to fetch: https://pypi.org/simple/pip-system-certs/
├─▶ Request failed after 3 retries
├─▶ error sending request for url ( Links for pip-system-certs )
├─▶ client error (Connect)
╰─▶ invalid peer certificate: UnknownIssuer
help: Consider enabling use of system TLS certificates with the
--native-tls
command-line flag
Press enter to close…
_______________________________
I was able to run the specific command successfully in powershell with the –native-tls flag and as I ran anki.exe again I got another certificate error regarding C:\Users\xxxx\Anki\uv.exe sync --upgrade --managed-python --no-config --python 3.13.5 .
I also successfully ran this command with the native-tls flag in powershell and tried anki.exe again.
This time I was face with the menu with options:
——————————————
Anki Launcher
-
Latest Anki (press Enter)
-
Choose a version
-
Allow betas: off
-
Cache downloads: on
-
Uninstall
_________________________
when choosing to launch option Latest Anki (1), I met again the following certificate error message (C:\Users\XXXXXXXXX\Anki\uv.exe sync --upgrade --managed-python --no-config --python 3.13.5). The laucher then is stuck in this phase.
I do not have administrator privileges in the machine. Is there a way to be able to install the latest anki version?