simonarvin / eyeloop

EyeLoop is a Python 3-based eye-tracker tailored specifically to dynamic, closed-loop experiments on consumer-grade hardware.
GNU General Public License v3.0
479 stars 68 forks source link

install issue #26

Closed alex-attinger closed 3 years ago

alex-attinger commented 3 years ago

Hi, I just wanted to test eyeloop. I cloned the repository and then in a new conda environment ran 'pip install .' When I then run "eyeloop" I get a " No module named 'eyeloop.run_eyeloop' " error. Similarly, when I run python eyeloop\run_eyeloop.py, i get: No module named 'eyeloop.config' . It seems like something is off with the paths, but I can't figure out what. Can you help?