Hi Sinh,
Three things I noticed: 1. The package I recommended earlier was `sudo apt-get install python3-cffi`` not `python2-cffi`, openwisp doesn't work or depend on python2 anymore but I think the package you found (python3-cffi-backend) gets the job done as well! :-) 2. In the output that you send: ``` *pi@raspberry-pi*:*~ $* cd /opt/openwisp2 *pi@raspberry-pi*:*/opt/openwisp2 $* ls db.sqlite3 *env* *generate_django_secret_key.py* *log* *manage.py* *openwisp2* *pi@raspberry-pi*:*/opt/openwisp2 $* source env/bin/activate (env) *pi@raspberry-pi*:*/opt/openwisp2 $* `` I mean't do the `python manage.py migrate` after the (env) is visible, like: ``` (env) *pi@raspberry-pi*:*/opt/openwisp2 $ python manage.py migrate* *<send-output-of-this-command>* ``` Finally, 3. In the latest logs that you've send, this is odd. celery should have been already installed. 3.1 Can you please share your playbook? 3.2 Can you please ensure that you have the latest version of ansible-openwisp2 released on 12th December? Ajay -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/openwisp/db878a0a-7bf7-4dea-b2c1-15ea5b16b61bn%40googlegroups.com.
