AKSW / QuitDiff

Command line comparison tool for semantic web data, it can be used as git difftool for RDF data as well.
GNU General Public License v3.0
7 stars 2 forks source link

Installation fails #12

Closed seebi closed 1 month ago

seebi commented 1 month ago

Just wanted to diff some rdf files but installation failed with this error:

∴ pipx install QuitDiff
Fatal error from pip prevented installation. Full pip output in file:
    /Users/seebi/.local/pipx/logs/cmd_2024-07-08_22.13.38_pip_errors.log

pip seemed to fail to build package:
    rdflib==4.2.1

Some possibly relevant errors from pip install:
    error: subprocess-exited-with-error
    AttributeError: module 'distutils.util' has no attribute 'run_2to3'
    error: metadata-generation-failed

Error installing quitdiff.
seebi commented 1 month ago

update: https://github.com/AKSW/QuitDiff/tree/feature/poetry works fine (after updating the lock file)

white-gecko commented 1 month ago

Resolved by #11 .