mindaffect / pymindaffectBCI

Python SDK for high performance on-line Brain Computer Interface development.
https://mindaffect.nl
Other
63 stars 27 forks source link

i'm trying to install on my Win10 PC and have issues #14

Open ReuvenStahl opened 3 years ago

ReuvenStahl commented 3 years ago

Hi all i'm trying to install using win10 PC as documented in the site i'm managing to get to the stage of installation check (with fakedata), but on that screen i try to push the number 2 on my keyboard, and this does not have any effect at all. later i was trying to search for the JSON file to set up my CYTON (i have installed as a python library) but no such a file exist on my computer...

is there anything i'm doing wrong? is there an update\better set of documentation coming on in the future thanks, and keep up the great work 👍

jadref commented 3 years ago

Hi,

Thanks for your question and interest in our project. It's great to hear back from users.

To your issue, can I first check how you installed mindaffectBCI? directly via. pip install mindaffectBCI or by downloading the github repository and then pip install -e .?

I suspect you used the direct install method? If so then can you try to update your installation with: pip install --upgrade mindaffectBCI

FYI: the pip version was updated today to a new version which should fix this issue.

If from the github repository then, can you also try an updated version? Again, the version has been updated today (Monday 23rd) and the update should fix your issue.

Please let us know if this fixes things for you.

Jason