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

ERROR: Failed cleaning build dir for basicsr #187

Open
midnightyawn opened this issue Apr 23, 2023 · 1 comment
Open

ERROR: Failed cleaning build dir for basicsr #187

midnightyawn opened this issue Apr 23, 2023 · 1 comment

Comments

@midnightyawn
Copy link

Hi,
I get this following errors when I tried intsalling it on my MacOs Ventura 13.1. Can anyone help me resolve this issue?
Thanks a lot!
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for basicsr
Running setup.py clean for basicsr
error: subprocess-exited-with-error

× python setup.py clean did not run successfully.
│ exit code: 1
╰─> [42 lines of output]
/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/setuptools/init.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.

@Anning01
Copy link

Try first:
pip install --upgrade setuptools wheel

If this still does not work, please execute the following command.
pip install --use-pep517 basicsr

Successful!

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