AIL-framework icon indicating copy to clipboard operation
AIL-framework copied to clipboard

[submit_paste] ModuleNotFoundError: No module named 'sflock'

Open juju4 opened this issue 4 years ago • 1 comments

sflock has been removed from requirements recently per https://github.com/CIRCL/AIL-framework/commit/0e0a77a86df5f680fe0e1fdd61e1f5fdf8e1a117#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552

but submit_paste still is using it and it make supervisor task failed in my ansible role https://github.com/juju4/ansible-ail-framework/runs/3005081242?check_suite_focus=true#step:15:814

still present here https://github.com/CIRCL/AIL-framework/blob/master/bin/LAUNCH.sh and p7zip-full tagged sflock here https://github.com/CIRCL/AIL-framework/blob/master/installing_deps.sh

is it plan for removal or just a forgotten dependency?

thanks

juju4 avatar Jul 10 '21 18:07 juju4

Hi @juju4 ! Thanks for the report !

sflock has been removed, we had some issue for python > 3.6

Fixed in https://github.com/ail-project/ail-framework/releases/tag/v3.6

Terrtia avatar Jul 14 '21 15:07 Terrtia