-
Notifications
You must be signed in to change notification settings - Fork 121
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
Cient is not starting on Archlinux #1
Comments
pyinstaller/pyinstaller#4044
What version of Python are you using, and can you show me the output of
`pip list`?
Also, as I don't have a mac to test on, can you run the following python
script and reply with the output?
import os
print(os.name)
…On Tue, Mar 8, 2022, 7:09 AM mac-linux-free ***@***.***> wrote:
raceback (most recent call last):
File "/home/mac/PVE-VDIClient/vdiclient.py", line 3, in
import PySimpleGUIQt as sg # pip install PySimpleGUIQt
File "/home/mac/.local/lib/python3.10/site-packages/PySimpleGUIQt/*init*.py",
line 2, in
from .PySimpleGUIQt import *
File
"/home/mac/.local/lib/python3.10/site-packages/PySimpleGUIQt/PySimpleGUIQt.py",
line 25, in
from PySide2.QtWidgets import QApplication, QLabel, QWidget, QLineEdit,
QComboBox, QFormLayout, QVBoxLayout, QHBoxLayout, QListWidget, QDial,
QTableWidget
ImportError: libshiboken2.abi3.so.5.15: cannot open shared object file: No
such file or directory
Thank you :)
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABIP64UTLJ37PD5LU6XS35LU65GQHANCNFSM5QGJUGJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Well I feel super dumb for not reading your whole comment, sorry about that! You can ignore everything I said, except I do need the output of the command |
Package Version absl-py 1.0.0 |
According to this: https://www.wheelodex.org/projects/shiboken2/ that file should be a part of the shiboken2 wheel. Can you do a pip force reinstall of shiboken? |
ok this helps...thank you |
raceback (most recent call last):
File "/home/mac/PVE-VDIClient/vdiclient.py", line 3, in
import PySimpleGUIQt as sg # pip install PySimpleGUIQt
File "/home/mac/.local/lib/python3.10/site-packages/PySimpleGUIQt/init.py", line 2, in
from .PySimpleGUIQt import *
File "/home/mac/.local/lib/python3.10/site-packages/PySimpleGUIQt/PySimpleGUIQt.py", line 25, in
from PySide2.QtWidgets import QApplication, QLabel, QWidget, QLineEdit, QComboBox, QFormLayout, QVBoxLayout, QHBoxLayout, QListWidget, QDial, QTableWidget
ImportError: libshiboken2.abi3.so.5.15: cannot open shared object file: No such file or directory
Thank you :)
The text was updated successfully, but these errors were encountered: