cannot install anyjson even have downgraded setuptools==57.5.0

179 views Asked by At

I cannot install anyjson even have downgraded setuptools==57.5.0, Here is what I have run.

 % pip install setuptools==57.5.0
 % pip install anyjson==0.3.3
Collecting anyjson==0.3.3
  Using cached anyjson-0.3.3.tar.gz (8.3 kB)
  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 anyjson 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.
0

There are 0 answers