Python3.8 is installe d using apt 

apt-get install -y libpq-dev python3.8 python3.8-dev python3.8-distutils

Installed pip using (added python as alternative for python3.8) 

curl -s https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
python get-pip.py --force-reinstall && \
rm get-pip.py

pyinstaller using pip 
RUN pip install pyinstaller==6.3.0 

On Friday, July 12, 2024 at 8:11:38 PM UTC+5:30 bwoodsend wrote:

> And how did you install Python and PyInstaller?
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/db2208f4-0c25-4398-8a62-3e682eff9059n%40googlegroups.com.

Reply via email to