mindaffect / pymindaffectBCI

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

Quick Installation Test raises ValueError #4

Closed suraj95 closed 4 years ago

suraj95 commented 4 years ago

The quick installation test raises a ValueError.

python3 -m mindaffectBCI.noisetag

Traceback (most recent call last):
  File "/Users/srpatil/anaconda3/lib/python3.7/runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "/Users/srpatil/anaconda3/lib/python3.7/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/Users/srpatil/Desktop/Suraj/Open_Source/pymindaffectBCI/mindaffectBCI/noisetag.py", line 627, in <module>
    ntexpt.startExpt()
  File "/Users/srpatil/Desktop/Suraj/Open_Source/pymindaffectBCI/mindaffectBCI/noisetag.py", line 514, in startExpt
    *args,**kwargs))
  File "/Users/srpatil/Desktop/Suraj/Open_Source/pymindaffectBCI/mindaffectBCI/noisetag.py", line 338, in __init__
    if self.utopiaController is None : raise ValueError
ValueError
jadref commented 4 years ago

Hi Thanks for the issue, I think this is already solved in the current version -- we are iterating rapidly as we move towards release.
Can you check: 1) if you installed with pip, can you update to the current version? (which is 0.9.7) You can update the install with: pip install --upgrade mindaffectBCI 2) if you just cloned the repository, can you git pull? 3) Then re-run and (if still an issue) post the output?

suraj95 commented 4 years ago

Yup ! That worked for me.