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

Bimvee incompatible with python 3.12 and beyond. #50

Open
BernardMaacaron opened this issue Dec 6, 2024 · 1 comment
Open

Bimvee incompatible with python 3.12 and beyond. #50

BernardMaacaron opened this issue Dec 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@BernardMaacaron
Copy link

Bimvee has a line of code calling import imp.
The package is now officially deprecated from the standard library and got replaced with importlib: https://docs.python.org/3.12/library/imp.html

Image for reference:
image

Grazie!

@BernardMaacaron BernardMaacaron added the bug Something isn't working label Dec 6, 2024
@BernardMaacaron
Copy link
Author

Further investigation shows that dv library (which is calling imp) is now deprecated and is replaced with dv-processing: https://dv-processing.inivation.com/rel_1_7/index.html

Failed installation so far of dv-processing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant