sknetwork-team / scikit-network

Graph Algorithms
Other
602 stars 67 forks source link

Installing the latest version #530

Closed levrone1987 closed 2 years ago

levrone1987 commented 2 years ago

Description

I was trying to form a graph with from_edge_list method, which is located here: sknetwork.data.from_edge_list However, current version of sknetwork does not recognize the method.

Note that I've installed scikit-network with 'pip install scikit-network', and the current version is 0.20.0. Note that 'pip install scikit-network==0.26.0' results in the following error message:

ERROR: Could not find a version that satisfies the requirement scikit-network==0.26.0
ERROR: No matching distribution found for scikit-network==0.26.0

How could I install the latest version of scikit-network?

tbonald commented 2 years ago

pip install scikit-network --upgrade

tbonald commented 2 years ago

Actually, you need to upgrade to Python >= 3.7 The most recent version of scikit-network in not available in Python 3.6.