Hello you all!
I’m having problems with the ioHub demos (for eyetracking), in particular the gcCursor one. I have all the required dependencies installed (pip list file: pipList.csv (1.3 KB)) but it gives me this error:
##### Running: C:\Python27\lib\site-packages\psychopy\demos\coder\iohub\eyetracking\gcCursor\run.py #####
WARNING: ioHub DataStore could not be loaded. DataStore functionality will be disabled. Error:
<type 'exceptions.ImportError'>
ImportError('DLL load failed: No se encontr\xf3 el proceso especificado.',)
[' File "C:\\Python27\\lib\\site-packages\\psychopy\\iohub\\__init__.py", line 68, in <module>\n import datastore\n',
' File "C:\\Python27\\lib\\site-packages\\psychopy\\iohub\\datastore\\__init__.py", line 16, in <module>\n import tables\n',
' File "C:\\Python27\\lib\\site-packages\\tables\\__init__.py", line 90, in <module>\n from .utilsextension import (\n']
WARNING: ioHub DataStore could not be loaded. DataStore functionality will be disabled. Error:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\psychopy\iohub\client\__init__.py", line 1157, in _sendToHubServer
bytes_sent = self.udp_client.sendTo(ioHubMessage)
File "C:\Python27\lib\site-packages\psychopy\iohub\net.py", line 70, in sendTo
d=self.pack(data)
File "msgpack\_packer.pyx", line 231, in msgpack._packer.Packer.pack (msgpack/_packer.cpp:3661)
File "msgpack\_packer.pyx", line 233, in msgpack._packer.Packer.pack (msgpack/_packer.cpp:3503)
File "msgpack\_packer.pyx", line 221, in msgpack._packer.Packer._pack (msgpack/_packer.cpp:3230)
File "msgpack\_packer.pyx", line 221, in msgpack._packer.Packer._pack (msgpack/_packer.cpp:3230)
File "msgpack\_packer.pyx", line 221, in msgpack._packer.Packer._pack (msgpack/_packer.cpp:3230)
File "msgpack\_packer.pyx", line 228, in msgpack._packer.Packer._pack (msgpack/_packer.cpp:3382)
TypeError: can't serialize 2
Warning: TimeoutExpired, Killing ioHub Server process.
<type 'exceptions.TypeError'>
TypeError("can't serialize 2",)
[' File "C:\\Python27\\lib\\site-packages\\psychopy\\iohub\\client\\__init__.py", line 1968, in start\n result=self.run(*sys_argv)\n',
' File "C:\\Python27\\lib\\site-packages\\psychopy\\demos\\coder\\iohub\\eyetracking\\gcCursor\\run.py", line 281, in run\n self.hub.addRowToConditionVariableTable(trial.values())\n',
' File "C:\\Python27\\lib\\site-packages\\psychopy\\iohub\\client\\__init__.py", line 663, in addRowToConditionVariableTable\n r=self._sendToHubServer((\'RPC\',\'addRowToConditionVariableTable\',(self.experimentID,self.experimentSessionID,data)))\n',
' File "C:\\Python27\\lib\\site-packages\\psychopy\\iohub\\client\\__init__.py", line 1162, in _sendToHubServer\n raise e\n']
I’m running this on windows10 x64.
Someome knows hot to fix it?