SuLab / WikidataIntegrator

A Wikidata Python module integrating the MediaWiki API and the Wikidata SPARQL endpoint
MIT License
244 stars 46 forks source link

Failing to install via pip3 on python 3.7.3 #188

Closed lubianat closed 2 years ago

lubianat commented 2 years ago

Hey,

I am having trouble to install wikidataintegrator via pip3.

In a virtualenv, I am running:

pip3 install wikidataintegrator

Leading to error:

Collecting sparqlslurper>=0.5.1 (from pyshex->wikidataintegrator)
  Could not find a version that satisfies the requirement sparqlslurper>=0.5.1 (from pyshex->wikidataintegrator) (from versions: 0.3.6, 0.4.0, 0.4.1)
No matching distribution found for sparqlslurper>=0.5.1 (from pyshex->wikidataintegrator)

And subsequently not installing the package.

My python3 version is 3.7.3; I'll try in a newer version and see if it works (I do not know if it makes a difference)

lubianat commented 2 years ago

it does work on python3.9

nevermind