Orange-OpenSource / Cloudnet-TOSCA-toolbox

Set of tools for validating, visualizing and analyzing TOSCA resource descriptions
https://toscatoolbox.orange.com
MIT License
14 stars 11 forks source link

Creation of the toscaware docker image fails #77

Open reinaortega opened 8 months ago

reinaortega commented 8 months ago

The creation of the toscaware docker image fails.

I could fix it by:

philippemerle commented 7 months ago

Thank you @reinaortega for pointing this issue out. I committed to come back to PyYAML 5.3.1. Any rational to move from python:alpine to python:3.10.5-alpine?

reinaortega commented 7 months ago

python:alpine gets evolving, and it seems to be required to use python 3.10 to make it work properly. Later python versions provoke errors.

philippemerle commented 1 month ago

@reinaortega: What are errors provoked by later python versions?