Fix setuptools compatibility by JosueNina · Pull Request #657 · QuantConnect/lean-cli · GitHub
Skip to content

Fix setuptools compatibility#657

Merged
JosueNina merged 3 commits into
QuantConnect:masterfrom
JosueNina:bug-648-pkg-resources-setuptools-compat
Jun 25, 2026
Merged

Fix setuptools compatibility#657
JosueNina merged 3 commits into
QuantConnect:masterfrom
JosueNina:bug-648-pkg-resources-setuptools-compat

Conversation

@JosueNina

Copy link
Copy Markdown
Collaborator

Replaces pkg_resources and distutils with packaging and importlib.resources, and removes the setuptools pin.

Closes #648

@JosueNina JosueNina merged commit 686a57f into QuantConnect:master Jun 25, 2026
38 checks passed
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.

Compatibility with setuptools >= 82.0.0 (ModuleNotFoundError: No module named 'pkg_resources')

2 participants