我正在尝试用conda安装MySQL-python。我得到以下错误:
> conda install MySQL-python
Fetching package metadata .........
Solving package specifications: .
UnsatisfiableError: The following specifications were found to be in conflict:
- mysql-python -> python 2.7* -> openssl 1.0.1*
- python 3.6*
Use "co
我没有使用pip的经验。当我试图安装一些包时,我遇到了这个错误,并且不知道这意味着什么。这发生在我试图安装的多个包上。如有任何建议,我们将不胜感激。
sudo pip install mysql-python
Password:
WARNING: The directory '/Users/yzr/Library/Caches/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permis
作为项目自动安装的一部分,我尝试安装mysql-connector-python==1.0.12,但从pip install得到以下错误
Collecting mysql-connector-python==1.0.12 (from -r /tmp/requirements.txt (line 20))
Could not find a version that satisfies the requirement mysql-connector-python==1.0.12 (from -r /tmp/requirements.txt (line 20)) (from versions: )