Hi! conda install
doesn't support installing wheel files directly, so this is why you're seeing this error. The easiest way is to just use pip install
instead.
Also see the conda docs for background: Using wheel files with conda — conda-build 3.21.4+11.gb01fc2b2.dirty documentation