SuLab / WikidataIntegrator

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

WDI 0.3.1 makes bot runs fail. #91

Closed andrawaag closed 5 years ago

andrawaag commented 5 years ago

Suddenly starting from March 10 bots on jenkins started failing. https://github.com/SuLab/GeneWikiCentral/issues/111 Since all tests were okay upon release of WDI_0.3.1, I did not suspect an issue with WDI_0.3.1. However, after having gone through all possible culprits on jenkins the issue persists. Running pip3 install --upgrade wikidataintegrator locally on a mac OSX reproduced the same issue suggesting WDI 0.3.1 to be the cause of these failed bot runs.

andrawaag commented 5 years ago

I was able to reproduce the issue by running pip install --upgrade without sudo. With sudo wdi_0.3.1 works as expected.