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

patch-ng module not found error while installing basicsr #810

Open
mihailgok opened this issue Jun 3, 2024 · 2 comments
Open

patch-ng module not found error while installing basicsr #810

mihailgok opened this issue Jun 3, 2024 · 2 comments

Comments

@mihailgok
Copy link

using command pip install basicsr
and got an error

 File "C:\Users\mihai\AppData\Local\Temp\pip-build-env-nhaseoup\overlay\Lib\site-packages\setuptools\build_meta.py", line 311, in run_setup
          exec(code, locals())
        File "<string>", line 94, in <module>
      Exception: Building py-lmdb from source on Windows requires the "patch-ng" python module.
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.  
error: subprocess-exited-with-error
@lihuaming07
Copy link

You can clone this repository and run "pip install ." at the repository path.

@Zulex
Copy link

Zulex commented Jun 29, 2024

lmdb only supports python 3.11 or lower, should be noted in the instructions though.

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