cute-sway-recorder icon indicating copy to clipboard operation
cute-sway-recorder copied to clipboard

BROKE UNBUILDABLE/FreeBSD14-Current

Open justfly1111 opened this issue 3 years ago • 2 comments

pipx install cute-sway-recorder
Fatal error from pip prevented installation. Full pip output in file:
   /usr/home/xxxxxxxxxp/.local/pipx/logs/cmd_2021-11-19_18.11.50_pip_errors.log

pip seemed to fail to build package:
   cute-sway-recorder

Some possibly relevant errors from pip install:
   ERROR: Cannot install cute-sway-recorder==0.1.1, cute-sway-recorder==0.1.2, cute-sway-recorder==0.1.3, cute-sway-recorder==0.1.4, cute-sway-recorder==0.1.5, cute-sway-recorder==0.1.6 and cute-sway-recorder==0.1.7 because these package versions have conflicting dependencies.
   ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

Error installing cute-sway-recorder.
 

thats from pipx this is the error log

PIP STDOUT
----------
Collecting cute-sway-recorder
 Downloading cute_sway_recorder-0.1.7-py3-none-any.whl (6.1 kB)
 Downloading cute_sway_recorder-0.1.6-py3-none-any.whl (5.8 kB)
 Downloading cute_sway_recorder-0.1.5-py3-none-any.whl (5.7 kB)
 Downloading cute_sway_recorder-0.1.4-py3-none-any.whl (4.5 kB)
 Downloading cute_sway_recorder-0.1.3-py3-none-any.whl (4.5 kB)
 Downloading cute_sway_recorder-0.1.2-py3-none-any.whl (4.5 kB)
 Downloading cute_sway_recorder-0.1.1-py3-none-any.whl (4.2 kB)

The conflict is caused by:
   cute-sway-recorder 0.1.7 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.6 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.5 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.4 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.3 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.2 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.1 depends on PySide6<7.0.0 and >=6.0.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

PIP STDERR
----------
ERROR: Cannot install cute-sway-recorder==0.1.1, cute-sway-recorder==0.1.2, cute-sway-recorder==0.1.3, cute-sway-recorde$
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

and this is the output from pip 

❯ python3.8 -m pip install cute-sway-recorder
Defaulting to user installation because normal site-packages is not writeable
Collecting cute-sway-recorder
 Using cached cute_sway_recorder-0.1.7-py3-none-any.whl (6.1 kB)
 Using cached cute_sway_recorder-0.1.6-py3-none-any.whl (5.8 kB)
 Using cached cute_sway_recorder-0.1.5-py3-none-any.whl (5.7 kB)
 Using cached cute_sway_recorder-0.1.4-py3-none-any.whl (4.5 kB)
 Using cached cute_sway_recorder-0.1.3-py3-none-any.whl (4.5 kB)
 Using cached cute_sway_recorder-0.1.2-py3-none-any.whl (4.5 kB)
 Using cached cute_sway_recorder-0.1.1-py3-none-any.whl (4.2 kB)
ERROR: Cannot install cute-sway-recorder==0.1.1, cute-sway-recorder==0.1.2, cute-sway-recorder==0.1.3, cute-sway-recorder==0.1.4, cute-sway-recorder==0.1.5, cute-sway-recorder==0.1.6 and cute-sway-recorder==0.1.7 because these package versions have conflicting dependencies.

The conflict is caused by:
   cute-sway-recorder 0.1.7 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.6 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.5 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.4 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.3 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.2 depends on PySide6<7.0.0 and >=6.0.0
   cute-sway-recorder 0.1.1 depends on PySide6<7.0.0 and >=6.0.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

╭─    ~/git-way ▓▒░────────────────────────────────────────────────────────────░▒▓ 1 ✘  took 7s   at 18:17:02  
╰─

I just cloned your repo im going to attempt to fix it these failures are on FreeBSD-14.0-Current im gonna try and loosen the dependencies up a bit a try installing with pip from local copy if that feels ill try building with setuptools . figured id make you aware of this ccause at the moment it is 100% unbuildable on freebsd current

justfly1111 avatar Nov 19 '21 23:11 justfly1111

Thanks! did loosening the requirements help?

it-is-wednesday avatar Nov 21 '21 12:11 it-is-wednesday

Is this error still happening?

it-is-wednesday avatar Jul 28 '22 07:07 it-is-wednesday