> Le 22 avr. 2015 à 19:38, Terrence Brannon <meta...@gmail.com> a écrit :
>
> I was installing Nagare and noticed it installs SA 0.5.8 which is quite a bit behind the latest version. Why is such an old version included?
>
> Can you update to a newer one?
Nagare v0.4.1 requires an API of SQLAlchemy which disappeared after v0.5.8.
Nagare dev. can use any version of SQLAlchemy. So, if you want a newer version of
SQLAlchemy you must:
1. Switch to Nagare dev.
> easy_install nagare==dev
Hi,
You can see at line 7 that it downloads "http://www.nagare.org/snapshots/nagare-latest#egg=nagare-dev" then installs "nagare-0.4.1-r467" at line 14.
This version is labeled "0.4.1" but it is a snapshot from the latest changelog of nagare core (rev 467 on http://hg.nagare.org/core/log)
Regards,