Description
❓ Question
hello ;
i want to use pyrdf2vec in my project , i get this error when installing the latest version 0.2.3 ;
i think i installed all the dependecies but still this errors occurs
Collecting pyrdf2vec
Using cached pyrdf2vec-0.2.3-py3-none-any.whl.metadata (18 kB)
Collecting attrs<22.0.0,>=21.2.0 (from pyrdf2vec)
Using cached attrs-21.4.0-py2.py3-none-any.whl.metadata (9.8 kB)
Collecting cachetools<5.0.0,>=4.2.2 (from pyrdf2vec)
Using cached cachetools-4.2.4-py3-none-any.whl.metadata (4.8 kB)
Requirement already satisfied: matplotlib<4.0.0,>=3.4.2 in c:\users\pc\appdata\local\programs\python\python311\lib\site-packages (from pyrdf2vec) (3.10.0)
Collecting networkx<3.0.0,>=2.5.1 (from pyrdf2vec)
Using cached networkx-2.8.8-py3-none-any.whl.metadata (5.1 kB)
Collecting python-Levenshtein<0.13.0,>=0.12.2 (from pyrdf2vec)
Using cached python-Levenshtein-0.12.2.tar.gz (50 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting python-louvain<0.16,>=0.15 (from pyrdf2vec)
Using cached python-louvain-0.15.tar.gz (204 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting tomlkit<0.8.0,>=0.7.2 (from pyrdf2vec)
Using cached tomlkit-0.7.2-py2.py3-none-any.whl.metadata (8.5 kB)
INFO: pip is looking at multiple versions of pyrdf2vec to determine which version is compatible with other requirements. This could take a while.
thanks
Activity