Description
I assume this is a "known" issue, but I'm curious what the recommendation is. When creating newer conda environments, the default python installation is going to be 3.8 (or apparently 3.9 at this point), but our BrainIAK specification is pinned at python <3.8... This means that the conda installation instructions on the website will only work if BrainIAK is one of the first things you install in the conda environment—right? (This has happened to me a couple times where I start building an environment with other generic python packages, then get to BrainIAK and am stuck.) Why are we pinned at <3.8, and what's the recommended fix here? Is the recommendation to just roll back the python version in my conda environment to please BrainIAK? Unless we're planning to unpin this soon, we might want to explicitly mention this on the installation page.
$ conda install -c brainiak -c defaults -c conda-forge brainiak
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 the existing python installation in your environment:
Specifications:
- brainiak -> python[version='>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']
Your python: python=3.8