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
Hi, I tried running this conda install -c milagraph -c conda-forge graphvite cudatoolkit=$(nvcc -V | grep -Po "(?<=V)\d+.\d+") and got the following error:
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
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 _openmp_mutex conflicts for:
python=3.7 -> libgcc-ng[version='>=9.3.0'] -> _openmp_mutex[version='>=4.5']
cudatoolkit=11.0 -> libgcc-ng[version='>=9.3.0'] -> _openmp_mutex[version='>=4.5']
graphvite -> libgcc-ng[version='>=5.4.0'] -> _openmp_mutex[version='|>=4.5',build=_llvm]The following specifications were found to be incompatible with your system:
Hi, I tried running this
conda install -c milagraph -c conda-forge graphvite cudatoolkit=$(nvcc -V | grep -Po "(?<=V)\d+.\d+")
and got the following error:Building from source would try to downgrade my CUDA version, which I'd very much like to avoid. Any idea/workaround on this matter? Thanks!
The text was updated successfully, but these errors were encountered: