-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
Requirements not resolved to an installable set of packages #305
Comments
Hey thanks @programarivm, will try to fix this ASAP |
It looks like amphp/parallel only works with PHP 8.1 or above - since Rubix ML 2.0 supports PHP 7.4 and above, we will need to stick to using the 1.0 version of Parallel which is unfortunately not compatible with your environment. In Rubix ML 3.0 we plan to support PHP 8.0+, however, we may reconsider knowing that Parallel requires PHP 8.1+. |
Yes, Fibers are only available since PHP 8.1, so it basically blocks using any new versions of amp libraries, which in the meantime have stabilized around amp v3. So yes, I would encourage you to require PHP 8.1 :-) |
Hi there,
It seems as if
rubix/ml
can't be installed with eitheramphp/amp ^3
oramphp/phpunit-util ^3
because ofamphp/parallel
.Thanks for the help,
The text was updated successfully, but these errors were encountered: