Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not run on Linux, libz.so.1: version ZLIB_1.2.9 not found #30

Open
probonopd opened this issue Mar 3, 2019 · 6 comments
Open

Does not run on Linux, libz.so.1: version ZLIB_1.2.9 not found #30

probonopd opened this issue Mar 3, 2019 · 6 comments

Comments

@probonopd
Copy link

probonopd commented Mar 3, 2019

On xubuntu-18.04-desktop-amd64.iso, getting

me@host:~$ '/home/me/Downloads/uPyCraft_linux_V1.0'
Traceback (most recent call last):
  File "uPyCraft.py", line 2, in <module>
  File "/usr/local/lib/python3.5/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 714, in load_module
ImportError: /tmp/_MEIrooXex/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)
[8864] Failed to execute script uPyCraft

me@host:~$ '/home/me/Downloads/uPyCraft_linux_V0.30'
Traceback (most recent call last):
  File "uPyCraft.py", line 2, in <module>
  File "/usr/local/lib/python3.5/dist-packages/PyInstaller/loader/pyimod03_importers.py", line 714, in load_module
ImportError: /tmp/_MEIk86I33/libz.so.1: version `ZLIB_1.2.9' not found (required by /usr/lib/x86_64-linux-gnu/libpng16.so.16)
[8913] Failed to execute script uPyCraft

@crisconru
Copy link

I've got the same problem in Elementary OS (Ubuntu 18.04)

@leozlee
Copy link

leozlee commented Jul 11, 2019

Does anyone how to deal with it?

@probonopd
Copy link
Author

Build on trusty or xenial, but not on a newer OS version.

@bepstein111
Copy link

Same problem on Xubuntu 19.04...sighhhh

@mf-1
Copy link

mf-1 commented Apr 19, 2020

Same on Ubuntu 19.10

Even a newer version is still available...

$ apt-file search libz.so.1   
insync: /usr/lib/insync/libz.so.1         
lib32z1: /usr/lib32/libz.so.1
lib32z1: /usr/lib32/libz.so.1.2.11
libx32z1: /usr/libx32/libz.so.1
libx32z1: /usr/libx32/libz.so.1.2.11
libzadc4: /usr/lib/x86_64-linux-gnu/genwqe/libz.so.1
zlib1g: /lib/x86_64-linux-gnu/libz.so.1
zlib1g: /lib/x86_64-linux-gnu/libz.so.1.2.11

@mohitchaniyal
Copy link

anyone fixed the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants