Open sethbeauchamp opened 2 years ago
Dockerfile.www also has a similar error
I'm running into this as well. raise .. from
is a new feature since Python 3, and most (all?) of NIPAP is written in Python 2. I think it is caused by the pip --no-input install envtpl
, which pulls the latest envtpl
, which is based on Python 3.
It could be fixed by pinning the causing dependency to a suitable Python 2 predecessor, or (IMHO the better option but far longer option) wait for #1316
With my PR, I am able to build both containers
Trying to build this dockerfile fails. Below is the bottom of the build output where the error occurs.