Package Details: python-basicsr 1.4.2-1

Git Clone URL: https://aur.archlinux.org/python-basicsr.git (read-only, click to copy)
Package Base: python-basicsr
Description: Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc.
Upstream URL: https://github.com/xinntao/BasicSR
Licenses: Apache 2.0
Submitter: huyz
Maintainer: huyz
Last Packager: huyz
Votes: 2
Popularity: 0.000001
First Submitted: 2021-10-14 13:00 (UTC)
Last Updated: 2022-10-21 12:39 (UTC)

Latest Comments

Vitruvius commented on 2023-07-29 08:14 (UTC) (edited on 2023-07-29 08:16 (UTC) by Vitruvius)

I ran into a problem when trying to install python-basicsr with yay. It also tried to build python-basicsr-cuda. That might be problem with yay, not this package. I don't know.

But I tracked down the problems with building python-basicsr-cuda anyways:

Compiling objects...
Allowing ninja to set a default number of workers...
[1/3] bin/hipcc  -DWITH_CUDA -I/usr/lib/python3.11/site-packages/torch/include ...
FAILED: /home/vitruvius/.cache/yay/python-basicsr/src/BasicSR-1.4.2-cuda/build/temp.linux-x86_64-cpython-311/basicsr/ops/dcn/src/deform_conv_hip_kernel.o
/bin/sh: line 1: bin/hipcc: No such file or directory
  1. It requires makedepends=('hip') e.g. hip-runtime-amd
  2. The build requires export ROCM_HOME=/opt/rocm/

After ROCM_HOME is set to a director with bin/hipcc, the build completes fine.

hashworks commented on 2023-06-20 00:29 (UTC)

makedepends on python-pip.

Freed commented on 2022-11-17 08:57 (UTC)

I met

running build_ext
error: [Errno 2] No such file or directory: 'which'
==> ERROR: A failure occurred in package_python-basicsr-cuda().
    Aborting...
 -> error making: python-basicsr (python-basicsr-cuda)