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

Unable to import cmaps when PySide is installed #11

Open
wxguy opened this issue Jul 18, 2023 · 1 comment
Open

Unable to import cmaps when PySide is installed #11

wxguy opened this issue Jul 18, 2023 · 1 comment

Comments

@wxguy
Copy link

wxguy commented Jul 18, 2023

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?

@hhuangwx
Copy link
Owner

Maybe there is also a cmaps module in the pyside6?

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

No branches or pull requests

2 participants