Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Supported by

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

Sign In or Register to comment.