You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having trouble installing gaas via Conda.
Found conflicts! Looking for incompatible packages.
This can take several minutes. Press CTRL-C to abort.
failed
UnsatisfiableError: The following specifications were found to be incompatible with each other:
Output in format: Requested package -> Available versions
Package ncurses conflicts for:
python=3.9 -> readline[version='>=8.0,<9.0a0'] -> ncurses[version='>=6.1,<7.0a0']
python=3.9 -> ncurses[version='>=6.2,<7.0a0|>=6.3,<7.0a0']
Package xz conflicts for:
python=3.9 -> xz[version='>=5.2.5,<6.0a0|>=5.2.6,<6.0a0|>=5.2.8,<6.0a0']
gaas -> r-base[version='>=3.5,<3.6.0a0'] -> xz[version='>=5.2.4,<6.0a0']
Package libcxx conflicts for:
python=3.9 -> libffi[version='>=3.3,<3.4.0a0'] -> libcxx[version='>=4.0.1']
python=3.9 -> libcxx[version='>=10.0.0|>=12.0.0|>=14.0.6']
I've tried to force Conda to use a specific version of Python, like 3.7, 3.8, 3.10 and 3.11, they all fail. I don't get it, is this happening to other people as well? I've tried in our cluster, and locally.
The text was updated successfully, but these errors were encountered:
I've been having trouble installing gaas via Conda.
I've tried to force Conda to use a specific version of Python, like 3.7, 3.8, 3.10 and 3.11, they all fail. I don't get it, is this happening to other people as well? I've tried in our cluster, and locally.
The text was updated successfully, but these errors were encountered: