私はpython dateutil for my Django tastypieしかし失敗しました、
http://labix.org/python-dateutil#head-2f49784d6b27bae60cde1cff6a535663cf87497b
C:/ python27にあるtarファイルをダウンロードして解凍しました。
次のエラーメッセージが表示されます。
**C:\Python27\Scripts>**easy_install dateutil-1.5
Searching for dateutil-1.5
Reading http://pypi.python.org/simple/dateutil-1.5/
Couldn't find index page for 'dateutil-1.5' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for dateutil-1.5
Best match: None
Traceback (most recent call last):
File "C:\Python27\Scripts\easy_install-script.py", line 8, in <module>
load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
File "build/bdist.linux-i686/Egg/setuptools/command/easy_install.py", line 171
2, in main
File "build/bdist.linux-i686/Egg/setuptools/command/easy_install.py", line 170
0, in with_ei_usage
File "build/bdist.linux-i686/Egg/setuptools/command/easy_install.py", line 171
6, in <lambda>
File "C:\Python27\lib\distutils\core.py", line 152, in setup
dist.run_commands()
File "C:\Python27\lib\distutils\dist.py", line 953, in run_commands
self.run_command(cmd)
File "C:\Python27\lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
File "build/bdist.linux-i686/Egg/setuptools/command/easy_install.py", line 211
, in run
File "build/bdist.linux-i686/Egg/setuptools/command/easy_install.py", line 434
, in easy_install
File "build/bdist.linux-i686/Egg/setuptools/package_index.py", line 475, in fe
tch_distribution
AttributeError: 'NoneType' object has no attribute 'clone'
これにより、tastypie
とその依存関係がインストールされます。
$ easy_install pip
$ pip install Django-tastypie
Dateutilのみを取得するには:
$ pip install python-dateutil
これがWindowsで異なるかどうかはわかりませんが、実際のリンクを参照しているようには見えません(Reading行を参照)。代わりに、これを試してください:
easy_install python-dateutil
これで(できれば)必要なパッケージが取得されます。また、同様の問題のように見えるものについては this postを参照してください。
Windowsの場合:
次のコードを使用するだけで、
$ pip install python-dateutil
Easy_installで必要な場合は、以下のコマンドを試してください(コマンドプロンプトCMDを管理者として実行)
$ easy_install python-dateutil
Ubuntuの場合:
Ubuntu OSの場合、次のコードを使用します。
Sudo apt-get install python-dateutil