-
Notifications
You must be signed in to change notification settings - Fork 162
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
Unable to install #199
Comments
Hello @lavkan, |
Hello @FlorentinD, I did try with the latest versions, eg. 11.0.15 - as suggested by sdk list java - still no luck. I will see the comment #193 and update this space. |
@FlorentinD ./gradlew check
GraphSageModelTrainerTest > batchesPerIteration(double, boolean, int) > org.neo4j.gds.embeddings.graphsage.GraphSageModelTrainerTest.batchesPerIteration(double, boolean, int)[1] FAILED 3446 tests completed, 1 failed, 1 skipped
FAILURE: Build failed with an exception.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. See https://docs.gradle.org/7.4.2/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 38s |
Hello @Iavkan, I will look into making this test stable :) |
@lavkan could you get the project to build? I reworked the test to be more robust and I would close this issue if your problem is resolved :) |
Before it failed on MacOS Discovered by Iavkan in #199
Closing. @lavkan please reopen if the problem still exists. |
I am trying to install this package on macOS Big Sur (11.6.3). I followed the instructions as specified in the page. When I run
sdk install java 11.0.13-tem
my machine complains:and as a result
./gradlew check
fails. I was able to successfully install this in macOS Catalina. So I suppose the java binaries are incompatible with the platform. Kindly let me know what should I do to successfully install this package in my machine.Thank you very much.
The text was updated successfully, but these errors were encountered: