PyBox error

About BCI and box tutorial/demo scenarios bundled with OpenViBE.
Post Reply
FabioBCI
Posts: 7
Joined: Fri Nov 24, 2017 1:06 pm

PyBox error

Post 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 !!!

Thomas
Posts: 210
Joined: Wed Mar 04, 2020 3:38 pm

Re: PyBox error

Post 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

illusion
Posts: 7
Joined: Tue Dec 27, 2022 11:24 am

Re: PyBox error

Post by illusion »

Dear @FabioBCI,

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

Post Reply