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
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