mach-nix
mach-nix copied to clipboard
mysql-python not available
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?
is it related to https://github.com/DavHau/mach-nix/issues/111
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.
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?