HGX-Team / hypergraphx

HGX is a multi-purpose, open-source Python library for higher-order network analysis
https://hypergraphx.readthedocs.io/
Other
212 stars 26 forks source link

ImportError #4

Closed wsamoy closed 1 year ago

wsamoy commented 1 year ago

Dear,

When performing:

1 pip install hypergraphx 2 import hypergraphx

I get following error: "ImportError: cannot import name 'core' from partially initialized module 'hypergraphx' (most likely due to a circular import) (C:\Users\32486\anaconda3\lib\site-packages\hypergraphx__init__.py)"

I have tried cloning the git repository and installing that way but the error remains. I have no idea what goes wrong as when performing the pip install all requirements are satisfied.

Any help is welcome.

Kind regards, Ward

(This is my first ever issue submitted in github so my apologies if it does not follow convention) Pic1

FraLotito commented 1 year ago

Hi!

Thank you for reporting the issue. We are working on it and plan to release a fix as soon as possible.

Best, Francesco

922397935 commented 1 year ago

You can download github files to run on your local computer

FraLotito commented 1 year ago

Hi!

The issue is solved as of now, we have updated the instructions to install the library.