Closed adeng27 closed 5 months ago
@adeng27 I needed to upgrade Pip before the --break-system-packages
flag was available to me (Intel Mac). Can you include this in the two images?
RUN pip3 install --upgrade pip
Some relevant Stack Overflow threads that Alastair and I found:
This PR fixes the error (possibly only for Apple Silicon):
for
RUN pip3 install jinja2 pyyaml
andRUN python3 -m pip install -r requirements.txt