Eyelink parser conda install?
Hello wizards,
I'm trying to run the code on: https://pydatamatrix.eu/eyelinkparser/
However, there seems to be a problem with the dependencies.
When I run this code:
from datamatrix import (
operations as ops,
functional as fnc,
series as srs
)
from eyelinkparser import parse, defaulttraceprocessor
The last line returns this error:
ImportError: cannot import name 'cached' from 'datamatrix'
I have used pip install because conda was not available, but I usually use conda, so perhaps that is the problem. Are there any known workarounds?
Cheers,
Jasper
Comments
Hi @JasperdeWaard ,
You're using an old version of EyeLinkParser that relies on functionality that no longer exists in DataMatrix. Upgrading should fix this:
Hope this helps!
— Sebastiaan
Check out SigmundAI.eu for our OpenSesame AI assistant!
Thanks, that worked! I'm not sure why though, because I installed it yesterday.