bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client, with multi-account support.
GNU General Public License v3.0
704 stars 33 forks source link

Can I install OneDrive in Ubuntu 18.04 ? I did all the steps but when I try to run it, I got an error GLIBC_2.28 not found #165

Closed migj20032024 closed 4 months ago

migj20032024 commented 5 months ago

Describe the bug When I run the cmd "python3 OneDriveGUI.py" , it does run and I get the following error messages: Traceback (most recent call last): File "OneDriveGUI.py", line 14, in from PySide6.QtCore import QThread, QTimer, QUrl, Signal, QFileInfo, Qt ImportError: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/marcos/.local/lib/python3.7/site-packages/PySide6/Qt/lib/libQt6Core.so.6)

To Reproduce Whenever I try to run it

Expected behavior NA

Screenshots image

Log NA

System Info

image

or output of below commands:

lsb_release -a
echo $XDG_CURRENT_DESKTOP
loginctl show-session $(awk '/tty/ {print $1}' <(loginctl)) -p Type | awk -F= '{print $2}'
python --version
onedrive --version

OneDriveGUI info How did you install OneDriveGUI?: [AppImage/source/AUR] - Download from Github What is the name of the AppImage file (if applicable)? : [e.g OneDriveGUI-1.x.x-x86_64.AppImage]

Additional context Add any other context about the problem here.

bpozdena commented 4 months ago

Looks like you did not install all dependencies. If you don't know how to do it, please use the AppImage, which has all the dependencies packages in.