mach-nix icon indicating copy to clipboard operation
mach-nix copied to clipboard

mysql-python not available

Open spease opened this issue 4 years ago • 3 comments
trafficstars

The Package 'mysql-python' is not available from any of the selected providers {'nixpkgs', 'wheel', 'sdist'}
 for the selected python version
The required package might just not yet be part of the dependency DB currently used.
The DB can be updated by specifying 'pypiDataRev' when importing mach-nix.
For examples see: https://github.com/DavHau/mach-nix/blob/master/examples.md
If it still doesn't work, there might have bene an error while building the DB.
Please open an issue at: https://github.com/DavHau/mach-nix/issues/new

mysql-python is in pypi, so it's unclear to me why I'm getting this message?

spease avatar Oct 24 '21 08:10 spease

is it related to https://github.com/DavHau/mach-nix/issues/111

InLaw avatar Nov 19 '21 10:11 InLaw

Don’t know. I can work around it with buildPythonPackage and manually specifying pname etc. i think the error message is wrong and it does find it but it has an error processing it. What error that could be, I don’t know, since it doesn’t tell me.

spease avatar Nov 21 '21 12:11 spease

mysql-python hasn't been updated since 2014 and is a python 2.7 package only. Probably you did not select python 2.7 as an interpreter?

DavHau avatar Feb 04 '22 08:02 DavHau