-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
"Step 1: Install Video2X and Dependencies" fails on pdm.pep517.exceptions.PEP621ValidationError: {'license-expression': ['unknown field']} #755
Comments
Ran into the same problem. |
I'm also getting this error. |
Can confirm this doesn't happen in 5.0.0 beta-4, so you could try changing that in the installation script (even though I am currently encountering different issues after doing this). |
Same problem here |
I can confirm beta-4 is working fine. As far as other issues, I encountered many too. Eventually I upgraded to a paid google colab, $10, and everything got fixed. Might be some resource issue? |
I am facing the same problem. |
switch to 5.0.0 beta-4 this works ;) |
It's an issue with the pyproject.toml. Based on this commit to pdm-pep517 (the backend used for this project): diff --git a/pyproject.toml b/pyproject.toml I submitted a pull request with this patch. |
When running Step 1 in the Colab I get the following error. As far as I know I followed step 0 correctly. I tried it several times yesterday and today. Restarting the runtime many times. I'm not familiar with Colab so perhaps the problem just lies with me not understanding what to do?
Edit: this happens in 5.0.0 beta-6 but works in 5.0.0 beta-4, so if you also encounter this problem, you can change it in colab in the script of Step 1.
For me this works, but the bug/problem is still there in beta-6 so I'm not sure that this issue should be closed.
The text was updated successfully, but these errors were encountered: