Re: [Mailman-Developers] MM 3: bundler; stuck on buildout phase...
pip install python-social-auth
Gotcha. Just because it's a bundle doesn't mean that it contains all possible dependencies. It is surprising, however, that the buildout just doesn't do the install itself. Restarted the build and...
Successfully built mailman mailman-hyperkitty ... Installing collected packages: ... mailman, ... mailman-hyperkitty Successfully installed ... mailman-3.0.0 mailman-hyperkitty-1.0.0 ...
So far, so good. Thanks for the help. The saga continues...
...BC
-- =====================================[ Bill.Costa@unh.edu ]== Bill Costa 1 Leavitt Lane UNH IT -- 1st Floor University of New Hampshire Durham, NH 03824 USA Voice: +1-603-862-3056 No good deed... Goes unpunished. ===========================[ http://pubpages.unh.edu/~wfc ]==
Bill.Costa@unh.edu writes:
pip install python-social-auth
Gotcha. Just because it's a bundle doesn't mean that it contains all possible dependencies. It is surprising, however, that the buildout just doesn't do the install itself. Restarted the build and...
Something in django used to depend on it and install it, but not any more. buildout just hasn't caught up yet, partly because the devs already have it installed, I guess.
It is surprising, however, that the buildout just doesn't do the install itself. Restarted the build and...
It should but there's a bug in the latest version of python-social-auth that prevents the automatic install: https://github.com/omab/python-social-auth/issues/623
For the time being, installing it via pip is the way to go.
Aurélien
participants (3)
-
Aurelien Bompard
-
Bill.Costa@unh.edu
-
Stephen J. Turnbull