hsolbrig / PyShEx

ShEx interpreter for ShEx 2.0
Creative Commons Zero v1.0 Universal
25 stars 10 forks source link

Importing PySHEx in the WikidataIntegrator is failing #75

Closed andrawaag closed 3 years ago

andrawaag commented 3 years ago

Currently, various ShEx functions are part of the WDI library. It builds on top of the PyShEx. However I am currently dealing with an issue where importing PyShEx is failing I tried to set an earlier version number, but the issue seems to be that PyShEx in its turn needs a specific version of PyShExc:

ERROR: Could not find a version that satisfies the requirement pyshexc==0.8.3 (from pyshex->wikidataintegrator) (from versions: 0.2.1, 0.3.0, 0.3.2, 0.3.4, 0.4.1, 0.4.2, 0.5.0, 0.5.1, 0.5.2, 0.5.3, 0.5.4, 0.6.1, 0.7.0) ERROR: No matching distribution found for pyshexc==0.8.3 (from pyshex->wikidataintegrator)