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
Windows
all
3.11
c++17.9,cmake==3.25.2(python-env),setuptools==68.2.2~72.0.0
List the versions of other dependency packages that need to be used?
I switched many versions of dlib and setuptools, but I still got this error message.
Directly "pip install dlib" from Python env
No response
The text was updated successfully, but these errors were encountered:
Hey.
It's cause of new version setuptools where deprecated test command was removed
pypa/setuptools#931
Sorry, something went wrong.
I switched to a lower version yesterday but still got an error. Today, I restarted the system and it worked unexpectedly. Thank you!
I'm sure it's because setuptools restore the tests command https://setuptools.pypa.io/en/stable/history.html
Yeah. I just pulled the test stuff out of setup.py anyway. Nothing uses that stuff anymore so it's not needed.
No branches or pull requests
What Operating System(s) are you seeing this problem on?
Windows
dlib version
all
Python version
3.11
Compiler
c++17.9,cmake==3.25.2(python-env),setuptools==68.2.2~72.0.0
Expected Behavior
List the versions of other dependency packages that need to be used?
Current Behavior
I switched many versions of dlib and setuptools, but I still got this error message.
Steps to Reproduce
Directly "pip install dlib" from Python env
Anything else?
No response
The text was updated successfully, but these errors were encountered: