overhangio / tutor-figures

Figures plugin for Tutor, for analytics and reporting
GNU Affero General Public License v3.0
9 stars 13 forks source link

ImportError: No module named figures.settings.lms_production #1

Closed saputro-dwy closed 4 years ago

saputro-dwy commented 4 years ago

Hi, i want to implement these plugins. but I have a problem when applying the command tutor local init namely: ImportError: No module named figures.settings.lms_production. is there any step that I am lacking. thanks in advance

saputro-dwy commented 4 years ago

I just need run pip install figures. thankyou

bvenkatr commented 4 years ago

Hi, I am having the same issue image

and then I have added figures in $TUTOR_ROOT/env/build/openedx/requirements/private.txt image

and build the openedx image time tutor images build openedx and tutor local quickstart

It almost took 8 mins, Wouldn't it be good to pre-install as part of openedx image build image

regisb commented 4 years ago

It appears Appsembler has created stable releases while we were still on 0.3.0-prerelease. The latest figures plugin will point to v0.3.8, which should address your issue.

It almost took 8 mins, Wouldn't it be good to pre-install as part of openedx image build

@bvenkatr It was a long time ago, but do you remember when it took a couple hours to install Open edX? :stuck_out_tongue: I also wish it would be faster to rebuild the openedx docker image, but this is a complex project. I do not want to bundle figures with the base openedx docker image because I do not want to bloat it further.