Shuffle / Shuffle

Shuffle: A general purpose security automation platform. Our focus is on collaboration and resource sharing.
https://shuffler.io
GNU Affero General Public License v3.0
1.71k stars 334 forks source link

Exceotion: No module named 'reportlab' #1430

Open ndeshappriya opened 3 months ago

ndeshappriya commented 3 months ago

I have a python script that queries and the result will be saved as a pdf document. it uses reportlab module. Unfortunately, I am unable to use that script since it gives me an error saying exception: no module named 'reportlab'. What can I do to create the shuffle workflow ?

frikky commented 3 months ago

I have a python script that queries and the result will be saved as a pdf document. it uses reportlab module. Unfortunately, I am unable to use that script since it gives me an error saying exception: no module named 'reportlab'. What can I do to create the shuffle workflow ?

Dynamic library use is not supported. We suggest you maintain your own version of Shuffle Tools with the library :)

https://shuffler.io/docs/app_creation#requirements.txt

Are you on cloud or onprem?