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

[Python 3.10] Cannot Build #267

Open
chaojian-zhang opened this issue Oct 19, 2023 · 2 comments
Open

[Python 3.10] Cannot Build #267

chaojian-zhang opened this issue Oct 19, 2023 · 2 comments

Comments

@chaojian-zhang
Copy link

chaojian-zhang commented Oct 19, 2023

HI, thanks for the program - looks interesting, but I haven't been able to build it😅

image

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.

@psi29a
Copy link
Member

psi29a commented Oct 20, 2023

I have a WIp branch that gets us up to 3.11, however there are some pretty invasive changes and some tests that need updating.

@Meerkov
Copy link

Meerkov commented Nov 23, 2023

I'm lost too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants