This happened out of the blue. One day I was deploying my app as usual this error appeared
ERROR: Could not find a version that satisfies the requirement mysql-client==0.0.1 (from versions: none) ERROR: No matching distribution found for mysql-client==0.0.1 Error: Unable to install dependencies using pip.
Today, PyCharm
needed the branches merged, fixed that I thought fixed the error.
No. I tried doing >=== and removing it. Pip got update, tried the pip freeze > requirements.txt
pip install -r requirements.txt
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Heya,
What version of mysql-client are you trying to install? Can you share your requirments.txt file so that we can confirm everything looks alright? The error mysql-client==0.0.1 (from versions: none) suggests it’s 0.0.1 but that is not correct for sure.