Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add setuptools dependency #1458

Closed
wants to merge 1 commit into from
Closed

Conversation

jlopezpena
Copy link

@jlopezpena jlopezpena commented Oct 9, 2024

Since nbdev is importing stuff frompkg_resources, it should include setuptools as a dependency, otherwise this results in errors when trying to run nbdev commands in virtual environments for projects not managed with setuptools (eg uv or poetry).

Fixes #1423

@jph00
Copy link
Contributor

jph00 commented Oct 19, 2024

Ah thanks - as it happens I just added that at my end! :D

@jph00 jph00 closed this Oct 19, 2024
@jlopezpena jlopezpena deleted the jlp/deps branch October 19, 2024 23:46
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python 3.12 No module named 'pkg_resources'
2 participants