node2vec
node2vec copied to clipboard
Error in model creation node2vec
_RemoteTraceback Traceback (most recent call last) _RemoteTraceback: """ Hello
I am getting the following error:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/joblib/externals/loky/process_executor.py", line 463, in _process_worker
r = call_item()
File "/usr/local/lib/python3.10/dist-packages/joblib/externals/loky/process_executor.py", line 291, in call
return self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.10/dist-packages/joblib/parallel.py", line 588, in call
return [func(*args, **kwargs)
File "/usr/local/lib/python3.10/dist-packages/joblib/parallel.py", line 588, in
The above exception was the direct cause of the following exception:
TypeError Traceback (most recent call last)
7 frames /usr/local/lib/python3.10/dist-packages/joblib/parallel.py in _return_or_raise(self) 751 try: 752 if self.status == TASK_ERROR: --> 753 raise self._result 754 return self._result 755 finally:
TypeError: '<' not supported between instances of 'int' and 'tupl
Can you please share the output of
pip freeze
so I can see your package versions