mnets / pymnet

The original library for analyzing multilayer networks.
https://mnets.github.io/pymnet/
GNU General Public License v3.0
118 stars 24 forks source link

Import error #6

Closed Duvuki closed 1 year ago

Duvuki commented 2 years ago

Hi @bolozna ,

Please could you help me out with below mentioned error: ImportError: cannot import name 'sampling' from partially initialized module 'pymnet' (most likely due to a circular import) (/home/duvuki/anaconda3/envs/colstrike/lib/python3.9/site-packages/pymnet/init.py)

I searched for posts with solutions, and tried commenting from . import sampling (last line) in init.py Still receiving same error. Thanks in advance!!

bokae commented 2 years ago

You have to reinstall after commenting out that line, otherwise, I have the same issue,