msmbuilder/msmexplorer

MSMExplorer Installation: conflict error 'numba'

AlirezaTafazzol opened this issue · 1 comments

$conda install -c omnia msmexplorer
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:

-msmexplorer
-numba
Use "conda info " to see the dependencies for each package.

Exactly as it says, conda can't install msmexplorer while the current version of numba is installed. You can either remove numba or create a new conda environment.