Summary of my trials:
-
biobakery_workflows wmgx_visof the latest available (to date) Docker image fails with a ‘caption’ error.pip3 freezeinforms that biobakery_workflow version is3.0.0a6in this image. -
conda versions of biobakery_workflows fails for versions:
-
3.1(latest) installed with Python3.6: fails with ‘caption’ error -
3.1(latest) installed with Python3.7: fails with ‘Pweave import’ -
3.0.0a7 build pyh0b62126_0installed with Python2.7: fails with ‘caption’ error -
3.0.0a7 build pyh0b62126_0installed with Python3.6: fails with ‘caption’ error -
3.0.0a7 build pyh0b62126_0installed with Python3.10: fails with ‘Pweave import’ -
3.0.0a4 build py37hb80360e_0installed with Python3.7: fails with ‘Pweave import’ -
3.0.0a4 build pyh41f93f0_0installed with Python3.10: fails with ‘Pweave import’ -
0.15.1 build py27h10287d5_0installed with Python2.7: fails with ‘caption’ error
-
So, when installed with Python >= 3.7, fails with Pweave import. According to this post, it is because Pweave version needs to be <=v0.25.
Anyway, the problem is at least 2 years old (!) as the latest Docker image is also affected.
I will try with older Docker images, but … well… not encouraging.