Closed jasonjho closed 7 years ago
Yes, the 3.5 is due to pyinstaller not supporting 3.6 :( what is your suggested fix? Is this breaking the entire thing?
Yep, it's breaking b/c the python3.5 commands are not linked or installed properly so the RUN commands fail.
ohhh. Did you look at fix?
Looks like the Ubuntu 17.10 has dropped Python3.5 and isn't respecting the
apt-get -y python3.5
installation, causing subsequent RUN commands to fail.I've tried a few workarounds, but haven't been able to successfully run PyInstaller with various Docker configurations that have Python 3.5 enabled. Mostly running into
GLIBC_2.25
not found errors.I believe the 3.5 requirement is due to PyInstaller not having support for 3.6 yet?