tuttle icon indicating copy to clipboard operation
tuttle copied to clipboard

App fails to start on Linux due to missing numpy dependency

Open clstaudt opened this issue 3 years ago • 2 comments
trafficstars

> ./Tuttle-linux-x86

ImportError: Unable to import required dependencies:
numpy: 

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!

Importing the numpy C-extensions failed. This error can happen for
many reasons, often due to issues with your setup or how NumPy was
installed.

We have compiled some common reasons and troubleshooting tips at:

    https://numpy.org/devdocs/user/troubleshooting-importerror.html

Please note and check the following:

  * The Python version is: Python3.10 from "/home/tobias/Downloads/Tuttle-linux-x86"
  * The NumPy version is: "1.23.3"

and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.

Original error was: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.35' not found (required by /tmp/_MEIt9SVU6/././libgcc_s.so.1)

[670635] Failed to execute script 'Tuttle' due to unhandled exception!
``

clstaudt avatar Sep 21 '22 09:09 clstaudt

@tsterbak

clstaudt avatar Sep 21 '22 10:09 clstaudt

https://github.com/pyinstaller/pyinstaller/discussions/7148

clstaudt avatar Oct 10 '22 13:10 clstaudt