neo4j / graph-data-science

Source code for the Neo4j Graph Data Science library of graph algorithms.
https://neo4j.com/docs/graph-data-science/current/
Other
597 stars 157 forks source link

Cannot download graph-data-science plugin in any way. #181

Closed cmartinotti closed 2 years ago

cmartinotti commented 2 years ago

Hello,

I'm trying to install gds on a docker container. to do that i launch the following command:

 docker run -p7474:7474 -p7687:7687 -it -v $HOME/neo4j/data/data_jdl_geochemical_1:/data -v $HOME/neo4j/logs:/logs -v $HOME/neo4j/import:/var/lib/neo4j/import -v $HOME/neo4j/plugins:/plugins -e NEO4JLABS_PLUGINS='["apoc", "graph-data-science"]' --env NEO4J_dbms_connector_https_advertised__address="localhost:7473" --env NEO4J_dbms_connector_http_advertised__address="localhost:7474" --env NEO4J_dbms_connector_bolt_advertised__address="localhost:7687" --env NEO4J_AUTH=neo4j/$PASSWORD neo4j:latest

This fails to download the gds.jar file and basically downloads a 0kb file in the /plugins directory that makes the container crash.

Now i tried to download the plugin manually, but if I try any of the links in the neo4j download center (https://neo4j.com/download-center/#algorithms ) which all pont to this .ninjas domains (example: https://graphdatascience.ninja/neo4j-graph-data-science-2.0.1.zip ) the domain name fails to resolve, as the url doesn't exist.

I think there lies the problem, is this a bug or am I doing something wrong?

jjaderberg commented 2 years ago

@cmartinotti Are you able to download other resources from the download center? The URL is correct and works fine for me (and as far as I know for most users)

cmartinotti commented 2 years ago

Sorry just discovered it's my university blocking the URL for whatever damn reason. Tried from my hotspot and managed to download it correctly.

jjaderberg commented 2 years ago

Have you successfully downloaded GDS from your university network before? We recently changed our setup for serving GDS downloads, and if there are problems for users we want to know about it. Any idea why your university would block that URL?

cmartinotti commented 2 years ago

No I didn't attempt the download before this time. I don't know why it would block this URL specifically, they tend to be a bit random with their filters. I tried if it was every .ninja domain website, but it apparently is not. It's specifically that URL. God knows.

jjaderberg commented 2 years ago

Closing for now, keeping a reference if we see more reports of problems.