You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While tying to get the tool running I always got this error when trying to import provenance.
It's origin is in the hashing.py in root with following import
After a little bit of research i found that joblib does not have the _compact module anymore. I needed to go back to version 0.14.0 to get everything working. For future users it would be nice if you could add an additonal version requirment to the joblib package or adapt the code to newer joblib versions.
The text was updated successfully, but these errors were encountered:
Dirtstone
changed the title
Not supported inport
Not supported import
Oct 4, 2020
While tying to get the tool running I always got this error when trying to import provenance.
It's origin is in the hashing.py in root with following import
After a little bit of research i found that joblib does not have the _compact module anymore. I needed to go back to version 0.14.0 to get everything working. For future users it would be nice if you could add an additonal version requirment to the joblib package or adapt the code to newer joblib versions.
The text was updated successfully, but these errors were encountered: