I have an evironment set up for QCoDeS
But when I try & install Spyder using conda install
, it keeps freezing up even after updating conda
. I've tried installing through Navigator but it complains about the Python version (3.10) & doesn't install.
I found a suggestion that installing Spyder
with pip install spyder
should do the job (yes I know conflicts but I'm running out of options)
Spyder installs and shows up in the list of installed packages but isn't recognized when I enter spyder
at the conda
command line (W10 x64).
What's going on here? I'm at a loss, should I downgrade the Python version in my environment (how do?)? Is that going to mess with QcoDeS
the reason for the envirornment in the first place?
EDIT:: Solution, as mentioned below there are no python 3.10
builds for Spyder so, I deleted the environment & recreated using conda create -n qcodes python=3.9
. Spyder now installs & runs in the environment & qcodes
happily runs with python 3.9
.