mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-12 16:37:36 +00:00
Latest pip broken
https://stackoverflow.com/questions/65896334/python-pip-broken-wiith-sys-stderr-writeferror-exc
This commit is contained in:
@@ -15,7 +15,7 @@ RUN apt-get update && \
|
|||||||
apt-get -qy autoremove
|
apt-get -qy autoremove
|
||||||
|
|
||||||
#Install current pip from PyPa
|
#Install current pip from PyPa
|
||||||
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
|
RUN curl https://bootstrap.pypa.io/3.4/get-pip.py -o get-pip.py && \
|
||||||
python3 get-pip.py
|
python3 get-pip.py
|
||||||
|
|
||||||
#Fetch additional dependencies from Python 3.x pip
|
#Fetch additional dependencies from Python 3.x pip
|
||||||
@@ -38,4 +38,4 @@ RUN mkdir ~/bin && cd ~/bin && \
|
|||||||
for tool in gcc g++ cpp c++;do ln -s $(which ccache) arm-none-eabi-$tool;done
|
for tool in gcc g++ cpp c++;do ln -s $(which ccache) arm-none-eabi-$tool;done
|
||||||
|
|
||||||
CMD cd .. && cd build && \
|
CMD cd .. && cd build && \
|
||||||
cmake .. && make firmware
|
cmake .. && make firmware
|
||||||
|
Reference in New Issue
Block a user