0

I solved the problem as follows: CondaValueError: Malformed version string '~': invalid character(s)

but upgrading Anaconda had the same problem, The error picture is as follows:

1

Thank you in advance

vimuth
  • 5,064
  • 33
  • 79
  • 116
AlexLiu
  • 3
  • 1

1 Answers1

0

Try the following:

python -m pip install --upgrade conda --user pip
Wong Wai Kwun
  • 93
  • 3
  • 3
  • 10