Follow me
-
Recent Posts
calendar
July 2021 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Recent Comments
- Peter D. on How to use subprocess with PIPEs
- Ali Zhang on About matplotlib colormap and how to get RGB values of the map
- cloud on gimp: how to make a transparent background
- Stan Blum on gimp: how to make a transparent background
- 1125 on pytest-cov collects no data on Travis
Archives
Categories
Meta
Media RSS
Monthly Archives: July 2021
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: … Continue reading