-
Notifications
You must be signed in to change notification settings - Fork 74
Unable to import cmaps when PySide is installed #11
Copy link
Copy link
Open
Description
Trying to use your module. Installed cmaps from conda and tried within a single script and it worked without an issue. However, when I imported into my actual project which has PySide6 (installed from conda as well), it resulted in the following error.
import cmaps
File "shibokensupport/signature/loader.py", line 61, in feature_imported
File "shibokensupport/feature.py", line 135, in feature_imported
AttributeError: 'Cmaps' object has no attribute '__name__'. Did you mean: '__ne__'?
Any way to solve this issue? Or is it possible to use it without installing it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels