Fail to run bulk_loader without pathos
TomerHekmati opened this issue · 0 comments
TomerHekmati commented
Trying to run redisgraph-bulk-loader without installing pathos first will end in an error:
from pathos.pools import ThreadPool as Pool\nModuleNotFoundError: No module named 'pathos'
workaround:
running pip install pathos before running the bulk_loader