Whenever i go to run this command : pipenv install mysqlclient, i get this error message
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
You can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: metadata generation failed
However, when i use pipenv graph to check for dependencies i dont have any.
Moreover, I have successfully downloaded mysql but for some reason, i cannot install mysql client.
Any help on this matter will be appreciated.
Thank you