You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI, thanks for the program - looks interesting, but I haven't been able to build it😅
I tried both on Windows 10 and Ubuntu 20.04 using Python 3.10 and they all fail at pip install -r requirements.txt:
Collecting pypng==0.0.18 (from -r requirements.txt (line 4))
Downloading pypng-0.0.18.tar.gz (377 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 377.9/377.9 kB 8.7 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
error in pypng setup command: use_2to3 is invalid.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
× Getting requirements to build 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.
WARNING: There was an error checking the latest version of pip.
Any insights?
To replicate the issue, one can quickly start an instance in Github Codespace, then execute: pip install -r requirements-dev.txt.
The text was updated successfully, but these errors were encountered:
HI, thanks for the program - looks interesting, but I haven't been able to build it😅
I tried both on Windows 10 and Ubuntu 20.04 using Python 3.10 and they all fail at
pip install -r requirements.txt
:Any insights?
To replicate the issue, one can quickly start an instance in Github Codespace, then execute:
pip install -r requirements-dev.txt
.The text was updated successfully, but these errors were encountered: