我刚刚安装了一堆在python上使用MySQL的包,但我不确定是哪一个成功了(不管是什么,只有在重新启动之后才能工作)。现在,我试图在虚拟主机上使用它,所以我在本地机器上创建了一个带有pip冻结的requirements.txt,然后,我创建了一个virtualenv并尝试了pip install -r requirements.txt但是,无法安装任何软件包,错误是:
Could not find a version that satisfies the requirement mysql-connector-p
如何使用pip (在我的虚拟环境中)安装开发版本?我尝试运行以下命令:但是,这里没有2.1.2开发人员版本:
could not find a version that satisfies the requirement mysql-connector-python==2.1.2 (from versionsNo matching distr