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

Distutils deprecated on python3.10 and will be removed on python3.12 #94

Closed
gtrdev7 opened this issue Nov 13, 2024 · 2 comments
Closed

Comments

@gtrdev7
Copy link

gtrdev7 commented Nov 13, 2024

Hello,

I'm am having an issue standing up nautobot because invoke build start is relying on DistUtils which is already deprecated.

ModuleNotFoundError: No module named 'distutils'

I'm running Fedora 40

Python 3.12.7 (main, Oct 1 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)] on linux

Poetry (version 1.8.4)

@jmillerlabs
Copy link

Hello, I was able to make it past this step by adding the Distutils replace, Setuptools. I used the poetry command here:

poetry add setuptools

@gtrdev7
Copy link
Author

gtrdev7 commented Dec 9, 2024

thanks this has been resolved

@gtrdev7 gtrdev7 closed this as completed Dec 9, 2024
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

2 participants