skojaku / core-periphery-detection

Python package for detecting core-periphery structure in networks.
Apache License 2.0
47 stars 5 forks source link

no source file in pypi #18

Closed harangju closed 3 years ago

harangju commented 3 years ago

There are no source files in PyPI for versions >=0.0.16.

I think that is why when I pip install cpnet and import cpnet, I get ModuleNotFoundError: No module named 'cpnet'.

Additionally, if I ls /Users/me/opt/miniconda3/envs/test/lib/python3.7/site-packages/, I see cpnet-0.0.18.dist-info but not cpnet, which seems to reflect that there are no source files in PyPI but just the wheel file.

https://pypi.org/project/cpnet/0.0.18/#files

skojaku commented 3 years ago

Thanks for kindly reporting this. I overlooked this problem! I fixed the issue and the package will be installable shortly. The new version is 0.0.20. Thanks!

harangju commented 3 years ago

Thanks! And thanks for the great package!

skojaku commented 3 years ago

I appreciate your feeback! Thanks!