Problem with update - Noob here
Hello all,
Sorry for such a noob question. But after updating I get this message. Any advice before trying to solve it by myself?
I know conda environments are particullary sensitive to changes in packages so I don't want to mess up anything.
Thank you in advance!
(Windows 11)
Preparing transaction: ...working... done
Verifying transaction: ...working... done
Executing transaction: ...working... done
The environment is inconsistent, please check the package plan carefully
The following packages are causing the inconsistency:
- conda-forge/noarch::json_tricks==3.17.1=pyhd8ed1ab_0
- conda-forge/win-64::levenshtein==0.21.1=py311h12c1d0e_0
- cogsci/noarch::opensesame==4.0.24=py_2
- cogsci/noarch::opensesame-extension-language_server==0.2.4=py_3
- cogsci/noarch::opensesame-extension-osweb==2.2.1.1=py_1
- cogsci/noarch::opensesame-extension-updater==0.1.14=py_0
- cogsci/noarch::opensesame-plugin-psychopy==0.8.0=py_1
- conda-forge/win-64::pandas==2.0.3=py311hf63dbb6_1
- conda-forge/noarch::python-levenshtein==0.21.1=pyhd8ed1ab_0
- conda-forge/win-64::rapidfuzz==2.15.1=py311h12c1d0e_0
- cogsci/noarch::rapunzel==1.0.0=py_2
- conda-forge/win-64::scipy==1.11.1=py311h37ff6ca_0
- conda-forge/win-64::shapely==2.0.1=py311h343093d_1
- conda-forge/win-64::wxpython==4.2.0=py311h12c1d0e_7
==> WARNING: A newer version of conda exists. <==
current version: 23.5.0
latest version: 24.5.0
Please update conda by running
$ conda update -n base -c conda-forge conda
Or to minimize the number of packages updated during conda update use
conda install conda=24.5.0
Comments
Hi,
This message tells you that your environment is inconsistent, that is, some packages should exist in conflicting versions. Have you manually installed packages after installing opensesame? I'd be surprised if the environment becomes inconsistent if you have only ever installed Opensesame with the installer.
The sensible thing to fix it, (if you are not very attached to this environment), is to set it up from scratch. Fixing it might also work, but requires much more work.
Eduard