1

で入手できるデモ スクリプトを実行しています。

https://gist.github.com/Tefnet/5430309

すべてのライブラリがあるにもかかわらず、次のエラーが発生します

フラスコ sqlalchemy は SQL を検証します

File demo.py in line 2 , in <module>
    from eve.io.sqlalchemy import SQLAlchemy, Validator
ImportError no module named sqlalchemy

なぜそれが与えているのかわからないのですか?EVE、SQLAlchemy、フラスコをインストールしたにもかかわらず

4

2 に答える 2

1

The SQLAlchemy branch is a work in progress. It has evolved quite a bit from the fork linked by codegeek and now is almost on par (feature-wise) with v0.4dev.

So if you want to play around with it, make sure to pull that branch. Also, one thing it's not been done yet is update requirements.txt and setup.py, so you will want to pip install sqlalchemy on your own.

You can find a rather complete Eve-SQL log by checking out this very long lived ticket.

于 2014-05-23T06:39:48.057 に答える