Thibauth / python-pushover

Comprehensive bindings and command line utility for the Pushover notification service
GNU General Public License v3.0
182 stars 53 forks source link

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

Closed AndKe closed 1 month ago

AndKe commented 6 months ago
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.
aleck2 commented 1 month ago

see #42 for resolution

AndKe commented 1 month ago

thank you.