GMatch4py icon indicating copy to clipboard operation
GMatch4py copied to clipboard

No module named 'gmatch4py

Open Anmario opened this issue 2 years ago • 1 comments

Hi,

I am very new to python and Graphs, but I need these similarity measures in a project. so my question could be a little retarded, sorry.

I tried to install the package as described. (using command prompt) git clone https://github.com/Jacobe2169/GMatch4py.git cd GMatch4py (sudo) pip(3) install .

The first two commands work, but the third does not.

neither (sudo) or (pip3) are recognized .

Fisrt I tried with (sudo): (sudo) pip(3) install . Then with pip3 (without (sudo)): pip3 install Then with pip (without (sudo)): pip install

could you help me please?

thanks a lot.

Anmario avatar May 02 '22 00:05 Anmario

remove everything inside parenthesis, those are optional.

NicolasMICAUX avatar Nov 21 '22 09:11 NicolasMICAUX