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 update conda fails #4850

Closed
rajeevgm opened this issue Mar 10, 2017 · 2 comments
Closed

conda update conda fails #4850

rajeevgm opened this issue Mar 10, 2017 · 2 comments
Labels
locked [bot] locked due to inactivity

Comments

@rajeevgm
Copy link

C:\Users\user>conda info
Current conda install:

         platform : win-64
    conda version : 3.5.3
   python version : 2.7.6.final.0
 root environment : C:\Anaconda  (writable)

default environment : C:\Anaconda
envs directories : C:\Anaconda\envs
package cache : C:\Anaconda\pkgs
channel URLs : http://repo.continuum.io/pkgs/free/win-64/
http://repo.continuum.io/pkgs/pro/win-64/
config file : None
is foreign system : False

C:\Users\user>conda update conda
Fetching package metadata: ..
Solving package specifications: .An unexpected error has occurred, please consider sending the
following traceback to the conda GitHub issue tracker at:

https://github.com/conda/conda/issues

Include the output of the command 'conda info' in your report.

Traceback (most recent call last):
File "C:\Anaconda\Scripts\conda-script.py", line 4, in
sys.exit(main())
File "C:\Anaconda\lib\site-packages\conda\cli\main.py", line 179, in main
args.func(args, p)
File "C:\Anaconda\lib\site-packages\conda\cli\main_update.py", line 39, in execute
install.install(args, parser, 'update')
File "C:\Anaconda\lib\site-packages\conda\cli\install.py", line 259, in install
only_names=only_names, pinned=args.pinned, minimal_hint=args.alt_hint)
File "C:\Anaconda\lib\site-packages\conda\plan.py", line 265, in install_actions
config.track_features, minimal_hint=minimal_hint):
File "C:\Anaconda\lib\site-packages\conda\resolve.py", line 672, in solve
minimal_hint=minimal_hint)
File "C:\Anaconda\lib\site-packages\conda\resolve.py", line 446, in solve2
solutions = min_sat(clauses)
File "C:\Anaconda\lib\site-packages\conda\logic.py", line 568, in min_sat
if normalized_version(pycosat.version) < normalized_version('0.6.1'):
AttributeError: 'module' object has no attribute 'version'

@kalefranz
Copy link
Contributor

kalefranz commented Apr 22, 2017

Your version of conda is 3.5.3 (very old). You might just have to start with a new miniconda, or install miniconda over your current install (usually works, not always).

@github-actions
Copy link

github-actions bot commented Nov 1, 2021

Hi there, thank you for your contribution to Conda!

This issue has been automatically locked since it has not had recent activity after it was closed.

Please open a new issue if needed.

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Nov 1, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

No branches or pull requests

2 participants