I read a few different explanations regarding how to install MySQLdb, but I'm not sure which case applies to me, as my error message is different. My system cannot find MySQLdb. I installed pymysql, but I need to import MySQLdb to use the procedures from this library.
Thank you for your help.
$ conda install MySQLdb
Getting package metadata: .... Error: No packages were found in current osx-64 mappings: mysqldb
Did you mean one of them?
pymysql
You can find this package on anaconda.org using
anaconda search -t conda mysqldb $ anaconda search -t conda mysqldb
Using the anaconda-server api site https://api.anaconda.org Run "anaconda show" to get more information: No packages found Name | Version | Types of Packages | Image Platforms ------------------------- | ------ | --------------- | --------------- 0 packages found
source share