conda list command broken (unknown variable: python_implementation)

Recently I had my conda environment raising a long error report when calling


conda list

One of the relevant error message refers to an unknown variable python_implementation.

raise SyntaxError('unknown variable: %s' % expr)
File "", line None
SyntaxError: unknown variable: python_implementation

My colleagues had no problems. From a fresh conda environment, no problem either. The fact is that some tools overwrote or deleted a package called xopen.

This fixed the problem for me:

conda install xopen

Please follow and like us:
This entry was posted in bioinformatics and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published.