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

Unsupported conda version: 4.5.5 #98

Open
agstephens opened this issue Jul 17, 2018 · 4 comments
Open

Unsupported conda version: 4.5.5 #98

agstephens opened this issue Jul 17, 2018 · 4 comments

Comments

@agstephens
Copy link

Hi @pelson, I get the following error when trying to work with conda-gitenv and conda-build-all if using conda 4.5.5:

(venv-gitenv) [root@localhost environments]# conda gitenv resolve ${ENV_REPO}
Traceback (most recent call last):
  File "/venvs/venv-gitenv/bin/conda-gitenv", line 7, in <module>
    from conda_gitenv.cli import main
  File "/venvs/venv-gitenv/lib/python3.6/site-packages/conda_gitenv/cli.py", line 6, in <module>
    import conda_gitenv.resolve as resolve
  File "/venvs/venv-gitenv/lib/python3.6/site-packages/conda_gitenv/resolve.py", line 22, in <module>
    import conda_build_all.version_matrix
  File "/venvs/venv-gitenv/lib/python3.6/site-packages/conda_build_all/version_matrix.py", line 6, in <module>
    from .conda_interface import (MatchSpec, Unsatisfiable, NoPackagesFound, Resolve,
  File "/venvs/venv-gitenv/lib/python3.6/site-packages/conda_build_all/conda_interface.py", line 60, in <module>
    % (CONDA_VERSION, str(CONDA_VERSION_MAJOR_MINOR)))
NotImplementedError: CONDA_VERSION: 4.5.5  CONDA_VERSION_MAJOR_MINOR: (4, 5)
(venv-gitenv) [root@localhost environments]# conda --version
conda 4.5.5

What is the quickest fix? Just switching conda versions or is it minor to patch conda-build-all?

@pelson
Copy link
Contributor

pelson commented Jul 25, 2018

Switching conda versions is definitely the quickest fix. Fixing conda-build-all is the longer-term fix.

cc @bjlittle

@agstephens
Copy link
Author

Thanks @pelson

@atabbal
Copy link

atabbal commented Mar 26, 2020

Is this project dead, it's been years since the last commit. Are there better tools to build conda environments? (@pelson - asking here since it's the latest issue!)

@corentincarton
Copy link

Is this project still alive? It's not compatible with conda > 4.4 unfortunately... @pelson, would it be a lot of work to update the tool to make it work with the latest version of conda? Or do you know another similar tool?

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