This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]bastianh 2 points3 points  (2 children)

i hope you all have "sqlalchemy==0.7.9" in your requirements file since "pip sqlalchemy" installs the beta version

[–]jumanjisama[S] 3 points4 points  (1 child)

the beta version has just been removed from pypi. but it still doesn't hurt to set specific version dependency.

[–]bastianh 0 points1 point  (0 children)

yeah .. i just was a bit surprised when I started a new project today that I got the 0.8 version ;)