Question

During deployment Digital Ocean has an issue with mysql-client

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


Submit an answer


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!

Sign In or Sign Up to Answer

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.

KFSys
Site Moderator
Site Moderator badge
February 12, 2025

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.

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.

New accounts only. By submitting your email you agree to our Privacy Policy

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.