Open natema opened 11 months ago
Sorry for my late response. Thanks for the information. I had added Torch version at the time as it had some breaking changes in the newer versions, and was not expecting it to be the case with NetworKit. I have added the link of this issue to the Readme file in case anyone else faces difficulty. Thanks again.
I encountered some problems trying to set up a python environment to run your code. In particular, you don't specify a
NetworKit
version and the last one thatpip
was trying to install was complaining about theCython
module missing (even though it was installed); additionally, after installingpytorch==0.4.1
your code (closeness.py
) would complain thatpytorch
had been compiled withoutnumpy
support. In the end the following requirements worked: