-
Notifications
You must be signed in to change notification settings - Fork 149
Cannot run ./manage.py syncdb #405
Comments
has anyone resolved this? I am running on the same issues. Not sure if downloading an older version of Rattic and extracting only that manage.py and running it would help. Maybe the newer version is using something else that is not there. I am at a lost. New to python and django. Really need this system up. |
That would be awsome. Yes I'll wait. I did some changes manually. Deleted
|
This is what I did. cd /usr/local/lib/python2.7/dist-packages # this path probably varies from
|
I had the same issue. I made the changes suggested here: and then run pip install -r requirements-base.txt |
The commit in @mcgambles comment also allowed me to get rattic installed |
Same for me @mcgambles |
Hi all, |
@eugeniogigante You can use this repo which resolves the issue https://github.com/csakoda/RatticWeb |
@eugeniogigante It looks like you're missing python modules. The error is stating it can't find the social_auth module, and looking through your module list it looks like you're at least missing the last two modules from the requirements-base.txt: django-social-auth and paramiko. Did you try re-running |
Hi, |
Has this been updated and pushed to the main repo? I'm having the same problem and have been for quite some time. I got this working once on CentOS 7.0. Should I still pull the forked release? |
Thanks it was very helpful |
This has been really useful. Thanks a lot! |
Thanks all! On Mon, Mar 14, 2016 at 10:42 AM, analia notifications@github.com wrote:
|
@csakoda, I tried using your repository but I get the following when I attempt to run ./manage.py syncdb --noinput
I'm still investigating but I just wanted to check to see if you had any ideas. Also, just to note, I'm doing this on CentOS 6.7. Thanks |
The commit in @mcgambles comment also allowed me to get rattic installed. On a Centos 7 VM. So basically updating the requirements-base.txt file. |
Seems like the fix has been tested by a number of people in this thread. Why has it not been reviewed and merged by the owners? The original bug is like 6 months old, even the automated builds are failing with the same error. |
Exact same error as @oconnortj , trying the fixes... under Ubuntu 16.04 |
@oconnortj import uuid also see this: |
I got the service up, but cannot login as there's no users. Trying to get demosetup run produces the following errors
The text was updated successfully, but these errors were encountered: