Ryven icon indicating copy to clipboard operation
Ryven copied to clipboard

Looks like Ryven is completely broken for the indefinite future?

Open Captain-Bacon opened this issue 7 months ago • 3 comments

I've tried all options - different python versions, virtual and non environments, conda envs, all sorts. I've pip installed, I've built from source.

No matter what, there's always an issue with pyside2 or pyside6. You can follow all the directions that the program gives, but you'll end up DOA.

I find it really confusing as there seem to be closed issues quite recently, but.... well... I dunno.

I even tried using the pre-built Conda install, which should all but guaranteed to work: LibMambaUnsatisfiableError: Encountered problems while solving:

  • nothing provides pyside2 5.12.4 needed by ryven-3.1.1-pyhd8ed1ab_3

Could not solve for environment specs The following packages are incompatible ├─ pin-1 is installable and it requires │ └─ python 3.12.* , which can be installed; └─ ryven is not installable because there are no viable options ├─ ryven 3.1.1 would require │ └─ pyside2 5.12.4 , which does not exist (perhaps a missing channel); └─ ryven [3.4.0|3.4.1|3.4.2|3.4.3|3.5.0] would require └─ ryvencore-qt 0.4.* but there are no viable options ├─ ryvencore-qt 0.4.0 would require │ └─ pyside2 but there are no viable options │ ├─ pyside2 [5.15.5|5.15.6|5.15.7|5.15.8] would require │ │ └─ python >=3.10,<3.11.0a0 *_cpython, which conflicts with any installable versions previously reported; │ ├─ pyside2 [5.15.5|5.15.6|5.15.7|5.15.8] would require │ │ └─ python >=3.8,<3.9.0a0 *_cpython, which conflicts with any installable versions previously reported; │ ├─ pyside2 [5.15.5|5.15.6|5.15.7|5.15.8] would require │ │ └─ python >=3.9,<3.10.0a0 *_cpython, which conflicts with any installable versions previously reported; │ └─ pyside2 [5.15.6|5.15.7|5.15.8] would require │ └─ python >=3.11,<3.12.0a0 *_cpython, which conflicts with any installable versions previously reported; └─ ryvencore-qt [0.4.1|0.4.3] would require └─ python >=3.6,<=3.10 , which conflicts with any installable versions previously reported.

Captain-Bacon avatar Jul 26 '24 17:07 Captain-Bacon