1

Whenever I try to install python mysql connector with the following command (base):

PS C:\Users\DELL INDIA> conda install -c anaconda mysql-connector-python
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata s

it shows me the above mentioned error and doesn't get installed!!!

Pls help

Wasif
  • 13,656
  • 3
  • 11
  • 30

1 Answers1

1

I created a new environment in the navigator. With this new environment (and Python 3.8) it gave a clearer error message that Python 3.8 is not supported. I then created a new environment for Python 3.7 and it was able to be installed fine.

Jimbo
  • 2,235
  • 1
  • 22
  • 36