Page 1 of 1

PyBox error

Posted: Sat Jul 23, 2022 6:49 pm
by FabioBCI
Hello everyone,
I am interested in using PyBox as I want to classify EEG signals with different classifiers like Random Forest.
But when installing the latest version of OpenVibe on Windows 11 and a 64-bit machine, with Python 3.10 installed on the machine, if I open the PyBox OpenVibe sample scenario it crashes.
Because it does not work?

Thank you !!!

Re: PyBox error

Posted: Mon Jul 25, 2022 11:58 am
by Thomas
Hi,

Thanks for you message, it's interesting to hear from people testing new OS.

Indeed, although OpenViBE should work on Windows 11, there have not been many reports of tests.

In any case, the issue here is very likely around the version of Python you have installed. OpenViBE has been built with Python 3.7.8, so you'll need to install that same version.
You can find more info here.

Beware of the order in which your python versions appear in your Path. OpenViBE will pick up the first, so the 3.7.8 version should appear first.

Let us know how it goes.

Cheers,
Thomas

Re: PyBox error

Posted: Wed Jan 11, 2023 4:13 pm
by illusion
Dear @FabioBCI,

Have you succeed to run the Random Forest classification algorithm with PyBox in Openvibe?