独自のパッケージ インデックスを作成するために、自分の Web サイトにいくつかの卵を配置しました。
今、ビルドアウト構成でこのインデックスを使用したいと思います:
[buildout]
...
find-links = ...
http://mnowotka.kei.pl/eggs/
そのインデックスからいくつかのパッケージをローカルの Python インタープリターで利用できるようにするには:
[python]
...
eggs = ...
dashboard-common
ただし、./bin/buildout の実行中に次のエラーが発生します。
Couldn't find index page for 'dashboard-common' (maybe misspelled?)
Getting distribution for 'dashboard-dommon'.
While:
Installing python.
Getting distribution for 'dashboard-common'.
Error:
Couldn't find a distribution for 'dashboard-common'.
ここで何が間違っている可能性がありますか?