Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda install: incompatible with existing python 3.8 #487

Open
snastase opened this issue Nov 14, 2020 · 2 comments
Open

conda install: incompatible with existing python 3.8 #487

snastase opened this issue Nov 14, 2020 · 2 comments
Milestone

Comments

@snastase
Copy link
Contributor

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
@gdoubleyew
Copy link
Contributor

gdoubleyew commented Nov 16, 2020 via email

@mihaic mihaic added this to the v0.11.1 milestone Feb 22, 2021
@siyer7
Copy link

siyer7 commented Nov 21, 2021

hi there. Having the exact same issue -- so brainiak is not compatible with python 3.8? How can I work around this? This may have been stated in the response above but if so, it went over my not-so-techy brain.

Thanks,
Sid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants