Skip to content

Conversation

@ylee88
Copy link
Contributor

@ylee88 ylee88 commented Jul 11, 2025

pkg_resources has been moved to setuptools since Python 3.12, and a virtual environment doesn't include setuptools anymore (python/cpython#95299).

This package depends on pkg_resources only for getting the version string, which can be easily replaced by importlib.metadata. The original code is conserved for older Python, which doesn't have importlib.

@akashdhruv akashdhruv merged commit d33ffa6 into Lab-Notebooks:development Jul 12, 2025
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

Successfully merging this pull request may close these issues.

2 participants