如何使用pip (在我的虚拟环境中)安装开发版本?我尝试运行以下命令:但是,这里没有2.1.2开发人员版本:
could not find a version that satisfies the requirement mysql-connector-python==2.1.2 (from versionsNo matching distribution f
我已经安装了virtualenv,然后在激活之后运行pip连接器-python,但是当我运行我的应用程序时,会得到一个错误:ImportError: No module named mysql.connector还有人在做这件事时遇到麻烦了吗?我可以在virtualenv之外安装它,我的脚本运行时没有问题。提前感谢您的帮助!
我在Ubuntu18.04系统上安装了python3.6。我正在运行一个脚本,该脚本具有以下库 import mysql.connectorModuleNotFoundError: No module named 'google' 但我已经安装了这些模块,不确定哪里出了问题。root@sysadmin-ThinkP