There are environment resolution issues with the current release of Anaconda (circa 4.6.11)(SEE THIS ISSUE), which makes installing bamnostic annoying using the following command:
conda install bamnostic
Suggestions for solving:
Create a virtual environment. This makes resolution easier. See THIS for info.
Use pip. You can install bamnostic using this command. NOTE: This does not resolve package dependencies and might create headaches later, but it will work.
There are environment resolution issues with the current release of Anaconda (circa 4.6.11)(SEE THIS ISSUE), which makes installing bamnostic annoying using the following command:
Suggestions for solving:
conda
. See this StackOverflow post.pip
. You can install bamnostic using this command. NOTE: This does not resolve package dependencies and might create headaches later, but it will work.