python-pushover icon indicating copy to clipboard operation
python-pushover copied to clipboard

Fails to install: error in python-pushover setup command: use_2to3 is invalid.

Open AndKe opened this issue 1 year ago • 0 comments

pip install python-pushover
Collecting python-pushover
  Using cached python-pushover-0.4.tar.gz (19 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 python-pushover 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.

AndKe avatar May 20 '24 16:05 AndKe