Conda-install: UnsatisfiableError - CUDA driver

ray@ray-MS-7B43:~$ conda install -c pyviz geoviews
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 versionsThe following specifications were found to be incompatible with your CUDA driver:

  • feature:/linux-64::__cuda==10.2=0

Your installed CUDA driver is: 10.2

I didn’t see this discussed in https://github.com/holoviz/geoviews/issues/446
Shall I open a new issue on the repo?

For now I’d recommend adding -c conda-forge when installing GeoViews. For now just mention this particular problem in that issue.