Guys, can anyone help me. to solve this....
*conda install -c anaconda mysql-connector-python*
i was try this code several times i cannot understand the errror.

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 source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with 
flexible solve.
Solving environment: \
Found conflicts! Looking for incompatible packages.
This can take several minutes.  Press CTRL-C to abort.
failed

UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your 
environment:

Specifications:

  - mysql-connector-python -> 
python[version='>=3.5,<3.6.0a0|>=3.6,<3.7.0a0|>=3.7,<3.8.0a0']

Your python: python=3.9

If python is on the left-most side of the chain, that's the version you've 
asked for.
When python appears to the right, that indicates that the thing on the left 
is somehow
not available for the python version you are constrained to. Note that 
conda will not
change your python version to a different minor version unless you 
explicitly specify
that.
On Thursday, 2 April 2020 at 08:12:37 UTC+5:30 jtla...@gmail.com wrote:

> Have you installed the mysql-connector-python package? See:
>
>
> https://enterprise-docs.anaconda.com/en/latest/data-science-workflows/data/mysql.html

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/82aea289-6103-4670-9c83-30e0f2e6b0acn%40googlegroups.com.

Reply via email to