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

Problem in installing the run file. #1

Open
jeetu2312 opened this issue May 12, 2020 · 1 comment
Open

Problem in installing the run file. #1

jeetu2312 opened this issue May 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@jeetu2312
Copy link

Traceback (most recent call last):
File "main.py", line 3, in
from video_utils import bulk_validate_video, bulk_video_converter
File "/home/ani/miniconda3/envs/gui/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "video_utils.py", line 4, in
import cv2
File "/home/ani/miniconda3/envs/gui/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 623, in exec_module
File "site-packages/cv2/init.py", line 5, in
ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /tmp/_MEIVWNRO7/./libglib-2.0.so.0)
[11479] Failed to execute script main

@animikhaich animikhaich added the bug Something isn't working label May 13, 2020
@animikhaich
Copy link
Owner

This issue came because the file was composed in Ubuntu 19.10, which contains libc6 of version 2.30. However, older Ubuntu 18.04 has a max libc6 version of 2.27. This created the compatibility issue.

Immediate Solution: You can download and install libc6 2.30:

  • wget http://mirrors.kernel.org/ubuntu/pool/main/g/glibc/libc6_2.30-0ubuntu2_amd64.deb
  • sudo dpkg -i libc6_2.30-0ubuntu2_amd64.deb

Long term solution: I will fix this bug by compiling at different OS versions in the next release.

Thanks for reporting the bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants