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

[Bug]: Installation failed in 'microcanda env' #2985

Closed
807502278 opened this issue Jul 29, 2024 · 4 comments
Closed

[Bug]: Installation failed in 'microcanda env' #2985

807502278 opened this issue Jul 29, 2024 · 4 comments

Comments

@807502278
Copy link

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.
image

Steps to Reproduce

Directly "pip install dlib" from Python env

Anything else?

No response

@vitali-yanushchyk-valor

Hey.

It's cause of new version setuptools where deprecated test command was removed

pypa/setuptools#931

@807502278
Copy link
Author

I switched to a lower version yesterday but still got an error. Today, I restarted the system and it worked unexpectedly. Thank you!

@vitali-yanushchyk-valor

I'm sure it's because setuptools restore the tests command
https://setuptools.pypa.io/en/stable/history.html

@davisking
Copy link
Owner

Yeah. I just pulled the test stuff out of setup.py anyway. Nothing uses that stuff anymore so it's not needed.

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

3 participants