I created a conda venv and installed spyder 3.3.6. When I run Spyder outside the venv I'm able to go to Tools > Preferences > General > Appearance > Interface and choose "qt5ct" in the "QT windows style" options. This isn't available when I run spyder from the conda venv for some reason. I double-checked my Linux Mint Synaptic Package Manager, and qt5ct package is indeed installed. But...
conda install -n spyder-env qt5ct
...as seen here doesn't work, it returns:
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- qt5ct
Current channels:
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
I don't think qt5ct is available, so am I SOL?