Christophe Pallier

Results 36 comments of Christophe Pallier

My current workaround, for Ubuntu 20.04 LTS (using `setup.py install` from source, rather than `pip install`) Expyriment seems to be working fine with pygame2.0.3, *but I have not checked extensively...

Coming back to the issue with sdl-config. It is due to the installation of pygame missing the libsdl*1.2-dev packages.

Pygame2 relies on sdl2, where everything under the hood is using opengl. Maybe the pyopengl code in expyriment would no longer be necessary to achieve the same performance (?)

I manage to install expyriment on Linux by running `python setup.py install` from the current source code, because `requirements.txt` has 'pygame>=2.0.0.dev6'. On the other hand `pip install expyriment` requires pygame...

For information: I have just installed Ubuntu 20.04 in wsl2 under windows11. I then installed python3-pygame python3-opengl with apt. The pygame version installed in this way is version 1.9.6 (if...

To be more precise, it seems to me that under Ubuntu, the issue occurs if one installs pygame with "pip install pygame" (which installs pygame2). Then one has the wrong...

Indeed. My encounter with the issue started with MacOSX. I totally agree a move to pygame2 would be good for expyriment. If I can help in one way or another...

I am not sure if pygame2 will "save the day". Contrary to what I wrote above, it does not seem to always rely on opengl, and even when it does,...

Under Ubuntu 20.04, I used to be able to install expyriment with pygame2 by doing a `pip install .` on the source code from github (rather than a `pip install...

Hi Florian, I just pulled the latest version of expyriment, but the problem remains (same error message due to `install_lib`). distutils.__version__ = 3.9.12 setuptools..__version__ = 61.2.0 I will report the...