URL: https://linuxfr.org/forums/linux-debian-ubuntu/posts/autre-version-de-python3-dans-un-virtualenv Title: Autre version de python3 dans un virtualenv Authors: electro575 Date: 2025年12月04日T16:21:47+01:00 License: CC By-SA Tags: Score: 1 Bonjour à tous, J'essaie de lancer un projet avec une version antérieur de python sous debian trixie. Je voulais créer un virtualenv comme on me l'a conseillé mais je n'arrive pas à changer de version de python3. En faisant ceci. ``` python3 -m venv venv source venv/bin/activate (venv) user@rpi:~/coral/pycoral $ virtualenv -p python3.9 venv RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.9' (venv) user@rpi:~/coral/pycoral $ pip install python==3.9 ERROR: Could not find a version that satisfies the requirement python==3.9 (from versions: none) ERROR: No matching distribution found for python==3.9 WARNING: There was an error checking the latest version of pip. ``` Quel est la méthode que vous utilisez pour changer la version courante de python dans un venv ? Merci pour vos retours.

AltStyle によって変換されたページ (->オリジナル) /