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

PyQt 5.15.8 PYQT_VERSION_STR import fix #1734

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lemonxah
Copy link

when starting carla i get:

Traceback (most recent call last):
File "/usr/share/carla/carla", line 22, in
from carla_host import *
File "/usr/share/carla/carla_host.py", line 53, in
import ui_carla_host
File "/usr/share/carla/ui_carla_host.py", line 847, in
from widgets.draggablegraphicsview import DraggableGraphicsView
File "/usr/share/carla/widgets/draggablegraphicsview.py", line 30, in
from carla_shared import MACOS, CustomMessageBox, gCarla
File "/usr/share/carla/carla_shared.py", line 41, in
from PyQt5.Qt import PYQT_VERSION_STR
ImportError: cannot import name 'PYQT_VERSION_STR' from 'PyQt5.Qt' (/usr/lib/python3.10/site-packages/PyQt5/Qt.abi3.so)

so just fixed the import for the latest PyQt

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

Successfully merging this pull request may close these issues.

None yet

1 participant