-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like Ryven is completely broken for the indefinite future? #194
Comments
Just checked and on my system (windows 11, python 3.11) ryven installs fine:
I did already have PySide6 installed in this venv environment. Could this just be an issue with Conda? I've had issues with conda and pyside6 in the past. |
I created a new python project and used pip 24.2 to install ryven. However, I encounter issues during the installation, which I'm not able to resolve even after installing pyside as suggested.
`Package Version contourpy 1.2.1 |
Well, it seems that ryven installed just fine: the error occurs when you try to start it. The error is because it wants to use PySide2 as default, and you don't have it. So you need to tell ryven to use PySide6 instead. You can do that with supplying
|
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:
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.
The text was updated successfully, but these errors were encountered: