llazzaro / django-scheduler-sample

Example application of django-scheduler
78 stars 76 forks source link

ImportError: cannot import name 'NoArgsCommand' #21

Closed AidanHanda closed 7 years ago

AidanHanda commented 7 years ago

Whenever I try to load the sample data, the "ImportError: cannot import name 'NoArgsCommand'" is being thrown.

llazzaro commented 7 years ago

could you send the output of pip freeze command?

AidanHanda commented 7 years ago

Django==1.10 django-annoying==0.10.3 django-bower==5.2.0 django-debug-toolbar==1.5 django-scheduler==0.8 icalendar==3.11.3 python-dateutil==2.6.0 pytz==2017.2 six==1.10.0 sqlparse==0.2.3

llazzaro commented 7 years ago

please try to update django-scheduler to 0.8.3 pip install django-scheduler -U

thanks

FlorinTar commented 7 years ago

pip install django-scheduler -U seem to have worked for me.