-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Documentation update #206
Comments
Hi @programarivm! These two examples are working for me. Be sure that your path to |
Sorry @trowski, it seems as if the documentation is not detailed enough. Or perhaps I am missing something? Let me rephrase the question. I am getting the following error when trying to run the Hello World example.
👉 What do I need to do specifically for the "Hello world" example to work as expected?
🙏 Thank you for the help. |
Did you run |
Yes, that's the thing. I am just following the instructions in the docs. |
Hi there, 👍 I can confirm that the docs examples work for me in a fresh install using version ^3.0 for
However, if running the exact same command in the chesslablab/chess-server repository, it is version ^2.6 what will be installed instead of ^3.0.
Thus, if specifying the package version the following problems will occur:
This is because rubix/ml is locked to version 2.5.1. See RubixML/ML#305 |
@programarivm Good call, maybe we should add a version constraint to the install command? |
Well I'm not too sure about this one at the moment. These errors shouldn't be too common unless there is a significant difference between versions ^2.6 and ^3.0 I believe. If there are out there any libraries using previous versions you may want to just add an informative message.
|
Hi there,
I'm new to amphp/parallel. Please correct me if wrong, but it seems as if the README needs to be updated.
The example below will throw an error:
Also an error is thrown if the following example is run:
Thanks for the help and keep up the great work!
The text was updated successfully, but these errors were encountered: