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

Colab Notebook not Working #40

Closed
FabioSeixal opened this issue Sep 12, 2023 · 1 comment
Closed

Colab Notebook not Working #40

FabioSeixal opened this issue Sep 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@FabioSeixal
Copy link

FabioSeixal commented Sep 12, 2023

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
Copy link
Owner

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.

@rlaphoenix rlaphoenix added the bug Something isn't working label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants