We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48bf566 commit cc0a43eCopy full SHA for cc0a43e
Dockerfile
@@ -94,7 +94,9 @@ RUN make -C /panda/build install && \
94
RUN cd /panda/panda/python/core && \
95
python3 create_panda_datatypes.py --install && \
96
PRETEND_VERSION=$(cat /tmp/savedversion) pip install .
97
-RUN python3 -m pip install --ignore-install pycparser && python3 -m pip install --force-reinstall --no-binary :all: cffi
+RUN python3 -m pip install --upgrade pip "setuptools<65.6.0" && \
98
+ python3 -m pip install "pycparser<2.22" && \
99
+ python3 -m pip install --force-reinstall --no-binary :all: cffi
100
# Build a whl too
101
102
0 commit comments