We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when I try import models module I got Import error! ImportError: cannot import name 'DEV_PKGS' from 'pip._internal.commands.freeze'
The text was updated successfully, but these errors were encountered:
Changing pip to pip==23.1 solved it to me. We'll wait for the team to come up with a better solution.
Sorry, something went wrong.
@okanegemen can you please share what python & pip version are you using?
_get_installed_distributions
We just merged a fix to properly support latest versions of pip. This will be part of our next release super-gradients>=3.2.2
super-gradients>=3.2.2
pip==23.1
worked for me too
No branches or pull requests
🐛 Describe the bug
when I try import models module I got Import error!
ImportError: cannot import name 'DEV_PKGS' from 'pip._internal.commands.freeze'
Versions
The text was updated successfully, but these errors were encountered: