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

module uses 'imp' which is deprecated in Python 3.12.x #19

Open
snps-klusman opened this issue Mar 6, 2024 · 2 comments
Open

module uses 'imp' which is deprecated in Python 3.12.x #19

snps-klusman opened this issue Mar 6, 2024 · 2 comments

Comments

@snps-klusman
Copy link

When attempting to use yapsy module in python 3.12.x I get the following part of the stack trace showing that imp cannot be found since it was removed in Python 3.12

from yapsy.PluginManager import PluginManager

virtual_SIGFactoryMaker/lib/python3.12/site-packages/yapsy/PluginManager.py:134: in
import imp
E ModuleNotFoundError: No module named 'imp'

@AmeyaVS
Copy link
Contributor

AmeyaVS commented Mar 19, 2024

What version are you using for yapsy?

@AmeyaVS
Copy link
Contributor

AmeyaVS commented Mar 19, 2024

@tibonihoo , would it be possible to release a new point release on pypi?
Anyone using pip install yapsy is still getting a release from 2019, when fixes are available on the master branch.

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