2016-06-21 8 views
0

DJangoを使用してGraphite-webを起動すると、次のエラーが発生します。 0.9.15 OK作品が、私は0.10.xグラファイトインストールエラー0.10.0-alpha

で利用できる新しい "mapSeries" 機能を使用するために探しています不足しているインポートしているようだ -

Exception occurred processing WSGI script '/opt/graphite/conf/graphite.wsgi'. 
Traceback (most recent call last): 
File "/opt/graphite/conf/graphite.wsgi", line 46, in <module> 
import graphite.metrics.search # noqa 
File "/opt/graphite/webapp/graphite/metrics/search.py", line 6, in <module> 
from graphite.storage import is_pattern, match_entries 
ImportError: cannot import name match_entries 

私はないんだけどPythonプログラマーですが、setup.pyにパッケージがないのでしょうか?

https://github.com/graphite-project/graphite-web/blob/master/setup.py

答えて

0

私は、最新の例バージョンに/opt/graphite/conf/graphite.wsgiを更新することで問題を解決しました。
0.9.xバージョンは0.10.xと互換性がありません