tdavislab / Hypergraph-Vis

Code repository for "Hypergraph Visualization via a Metric Space Viewpoint and Persistence"
28 stars 7 forks source link

About the input a hypergraph? #5

Open q923397935 opened 7 months ago

q923397935 commented 7 months ago

Dear author: I have started the run.py and geted a url. I can see it. But now there is a problem, when I click the Import A Dataset button, nothing happens. other buttons else.

Snipaste_2024-02-05_21-47-13
zhou325 commented 7 months ago

Hi Libing,

Thanks for reaching out. Would you please check if there is any error message in your terminal?

q923397935 commented 7 months ago

image Thak you very much. I see the 404 error, because of the igraph package? maybe i try it again?

robotheus commented 5 months ago

did you get any solution?

q923397935 commented 5 months ago

No, I gave up for the time being

zhou325 commented 5 months ago

Hi Libing,

Sorry for the late reply.

Looks like the error is because the package 'igraph' isn't installed. Could you please try to install the package first by running the command pip install igraph, or pip install .['all'] and see if that works?

q923397935 commented 5 months ago

Thank you very much , I install the igraph module, then it still has nothing changed. It runs on linux platform? I run it on windows, maybe it cause. I try it later

q923397935 commented 5 months ago

image