Closed pgleeson closed 3 years ago
@pgleeson I'm guessing the version of pyyaml is too low. I added a constraint to pyyaml>=5.1 for owmeta-core 0.13.3, but I see an install of python3-yaml before that which I suspect is below that. I'm trying a build now.
@pgleeson looks like that worked. Please try with owmeta-core 0.13.3
Great, thanks @mwatts15 , that solved my problem. Looking into some other issues now.
Docker file here: https://github.com/openworm/OpenWorm/blob/c5bb24b396804256a2b0018e38224fc9a511046e/Dockerfile#L77 is failing when installing owmeta & core from latest on pypi.
Any idea @mwatts15?