forked from mfreiholz/Qt-Advanced-Docking-System
-
Notifications
You must be signed in to change notification settings - Fork 657
Open
Labels
Description
Hi,
I got error as the following on 'python setup.py install' after compiling the qtads from git on local host, and my expected is:
How to pass the error even by manual changing the script? or does it have a path?
Error:
File "/home/jinshui/workshop/prj/clark/dependencies/PyQtAds-3.8.1/setup.py", line 315, in build_extension
from PyQtAds import ads
which refers to the line of setup.py
on function build_extension -> line 313 -> # import ads
Environment:
Python: 3.12
pip: 24.3.1
Regards