phanein / deepwalk

DeepWalk - Deep Learning for Graphs
http://www.perozzi.net/projects/deepwalk/
Other
2.68k stars 826 forks source link

Please publish a new release on PyPI #132

Open Stannislav opened 2 years ago

Stannislav commented 2 years ago

Hello and thanks for this nice project.

Unfortunately the last released package on PyPI is from April 2018 (deepwalk==1.0.3) which is more than 3 years ago.

Also unfortunately it breaks installations on python3 because it installs the futures package, which only works on python2. This dependency was removed in #112 but has not made it into a published package yet.

Thanks, I appreciate your work! Stanislav.

FrancescoCasalegno commented 2 years ago

@GTmac @happygirlzt @phanein could any of you guys please have a look into this?

Uploading to PyPI should take only little of your time, and as long as there is the futures dependency this is breaking our project 😢