お世話になります。
windows10でAnaconda2を使ってPythonの勉強をしています
sqlite3はデフォルトで入っていますがMySQLdbはinstallしないとつかえません。
C:\Users\mtg-1>easy_install MySQLdb-python
Fatal error in launcher: Unable to create process using
また
C:\Users\mtg-1>python -m pip install python-MySQLdb
Collecting python-MySQLdb
Could not find a version that satisfies the requirement python-MySQLdb (from versions: )
No matching distribution found for python-MySQLdb
となります。
windowsではeasy_installはどのようにしてやればよいのでしょうか?
よろしくご指導ください
また、Anaconda Promptでもpip install MySQLで試みましたが下記のようになります
Command "c:\users\mtg-1\anaconda2\python.exe -u -c "import setuptools, tokenize;file='c:\users\mtg-1\appdata\local\temp\pip-build-5cysgr\MySQL-python\setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record c:\users\mtg-1\appdata\local\temp\pip-cte5rw-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\mtg-1\appdata\local\temp\pip-build-5cysgr\MySQL-python\
Windows10 64Bitです
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/05/23 00:16