rlaphoenix / VSGAN

PyTorch-based Super-Resolution and Restoration Image Processing Module for VapourSynth
https://vsgan.phoeniix.dev
MIT License
190 stars 13 forks source link

Colab Notebook not Working #40

Closed FabioSeixal closed 11 months ago

FabioSeixal commented 12 months ago

First, thank you for building up the Colab. Thanks to that I was able to use VSGAN since my PC is old and I can't really run upscaling models on it.

When trying to build VapourSynth via current Notebook, we get the below error, which I already tried some different ways to solve but without success, (has I'm not really the best Python programmer...)

Do You think this can be solved easily?

Installing VapourSynth Python Interface Collecting VapourSynth==61 Downloading VapourSynth-61.zip (559 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 559.1/559.1 kB 4.6 MB/s eta 0:00:00 Preparing metadata (setup.py) ... done Building wheels for collected packages: VapourSynth error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Building wheel for VapourSynth (setup.py) ... error ERROR: Failed building wheel for VapourSynth Running setup.py clean for VapourSynth Failed to build VapourSynth ERROR: Could not build wheels for VapourSynth, which is required to install pyproject.toml-based projects

Thank You

rlaphoenix commented 11 months ago

Hi, I've recently had this issue more up-stream in my CI/CD process as well. How I fixed it in my CI/CD process (specifically https://github.com/rlaphoenix/install-vapoursynth-action) was by doing this:

https://github.com/rlaphoenix/install-vapoursynth-action/blob/5f83cf610159c2ecab6e4ee4375a4798f620ecd4/action.yml#L36-L41

I'll look into getting this change done on the Colab notebook as well soon.