In GitLab by @woutdenolf on Oct 17, 2024, 18:08 GMT+2:
Original workflow a user would download: test.ows
ewoks convert test.ows conv.ows
ewoks convert test.ows conv.json
conv.json
conv.ows
This does not work because ewoksfluo was an editable install?
pip install ewoks[orange]
ewoks install conv.json
ewoks execute conv.json
ModuleNotFoundError: No module named 'ewoksfluo'
FAILED
OWS files do not retain the requirements
pip install ewoks[orange]
ewoks install conv.ows
This will run f`/users/denolf/.local/wdnbashutils/virtualenvs/pybox_ELoM5Y/bin/python -m pip install `. Do you want to proceed (y/N)?
Assignees: @loichuder
Migrated from GitLab: https://gitlab.esrf.fr/workflow/ewoks/ewoks/-/issues/32
In GitLab by @woutdenolf on Oct 17, 2024, 18:08 GMT+2:
Original workflow a user would download: test.ows
conv.json
conv.ows
This does not work because
ewoksfluowas an editable install?OWS files do not retain the requirements
Assignees: @loichuder
Migrated from GitLab: https://gitlab.esrf.fr/workflow/ewoks/ewoks/-/issues/32