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

Remove deprecated distutils dependency #19

Open
teodorkostov opened this issue Jul 18, 2024 · 3 comments
Open

Remove deprecated distutils dependency #19

teodorkostov opened this issue Jul 18, 2024 · 3 comments

Comments

@teodorkostov
Copy link

The dependency:

File "/home/user/.local/share/virtualenvs/ibind-project-5ZC5ySRt/lib/python3.12/site-packages/ibind/var.py", line 4, in <module>
  from distutils.util import strtobool

distutils is deprecated. It is problematic installing it with newer python versions.

Maybe this could help.

@Voyz
Copy link
Owner

Voyz commented Aug 6, 2024

Thanks for pointing out, I'll look into alternatives 👍

@andy145155
Copy link

This might also help

@Voyz
Copy link
Owner

Voyz commented Aug 19, 2024

v0.1.5 has been released addressing this issue. Thanks for your contribution! Feel free to close it 👍

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

3 participants