How can I use Conda to install MySQLdb?
For those Googlers in 2018+, you can install from the bioconda channel
conda install -c bioconda mysqlclient
Try to use this command:
conda install mysql-python
For those Googlers in 2018+, you can install from the bioconda channel
conda install -c bioconda mysqlclient
Try to use this command:
conda install mysql-python