sartography / spiff-example-cli

GNU Lesser General Public License v3.0
38 stars 10 forks source link

ModuleNotFoundError: No module named 'SpiffWorkflow.bpmn.serializer.workflow' #11

Closed leaf188 closed 2 years ago

leaf188 commented 2 years ago

@burnettk @w4kpm @danfunk @essweine @Kennazkassa when i run the run.py , it notice below info.

from SpiffWorkflow.bpmn.serializer.workflow import BpmnWorkflowSerializer
ModuleNotFoundError: No module named 'SpiffWorkflow.bpmn.serializer.workflow'
Aadesh-Gurav commented 2 years ago

Same Here, wanted to test the workflow

danfunk commented 2 years ago

My apologies. It should work now. Be sure to install the new requirements - as the version of SpiffWorkflow jumped from 1.1.5 to 1.1.7. Our Example Application was updated in preparation for a new release that I had not managed to get out yet, so I went ahead and released it this morning.

burnettk commented 2 years ago

I see that it's working for @Aadesh-Gurav now, thanks. We also added a little script to run the program in docker in case that's easier for anyone: ./bin/run_in_docker. Feel free to re-open if there's anything else.