Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Martin =?UTF-8?Q?Sch=C3=B6=C3=B6n?= Newsgroups: comp.lang.python Subject: Conda create with python version fails me Date: 13 Nov 2025 10:26:49 GMT Organization: @ Home Lines: 28 Message-ID: X-Trace: individual.net tXPrHYO8+yvHVpkzSFdQogmKU8Z+9XAKEeqg1sYmzi3PDpqJMH Keywords: conda, python Cancel-Lock: sha1:POddJixDjUrOdGAEEj2mN82vOpM= sha256:mpl/KRQbQjaoq5vbNlTnWB+wwfXznqCWBBFKr/J2UNA= User-Agent: slrn/1.0.3 (Linux) Xref: csiph.com comp.lang.python:197581 About two years ago I moved from pip to conda. I have been happy with conda until yesterday. I want to create a new environment using a specific python version rather than leaving that to conda. Cheat-sheets and online conda documentation tell me to use: conda create -n python= like: conda create -n test python=3.10 Which in my case yields an error message saying python 3.10 is not available in this environment. I have tried variations on the python specification: python==3.10.12 python=3.10.12 To no avail. I think (!??!) I have managed to do this in the past. Any help is more than welcome. /Martin