msmbuilder / msmexplorer

Data visualizations for biomolecular dynamics
http://msmbuilder.org/msmexplorer/
MIT License
17 stars 17 forks source link

MSMExplorer Installation: conflict error 'numba' #117

Closed AlirezaTafazzol closed 6 years ago

AlirezaTafazzol commented 6 years ago

$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.

cxhernandez commented 6 years ago

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.