Search Criteria
Package Details: psychopy 2024.2.4-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/psychopy.git (read-only, click to copy) |
---|---|
Package Base: | psychopy |
Description: | An experiment builder for neuroscience, psychology and psychophysics |
Upstream URL: | http://www.psychopy.org |
Keywords: | experiment experiment-control experimental-design linguistics neuroscience psycholinguistics psychology psychophysics psychopy python science |
Licenses: | GPL3 |
Submitter: | daniel_shub |
Maintainer: | micwoj92 |
Last Packager: | micwoj92 |
Votes: | 6 |
Popularity: | 0.020875 |
First Submitted: | 2015-08-20 20:24 (UTC) |
Last Updated: | 2024-12-23 01:27 (UTC) |
Dependencies (58)
- pypi-searchAUR
- python (python37AUR, python311AUR, python310AUR)
- python-arabic-reshaperAUR
- python-astunparse
- python-bidiAUR
- python-cryptography
- python-distro
- python-esprimaAUR
- python-freetype-pyAUR
- python-gevent (python-gevent-gitAUR)
- python-gitlab
- python-gitpython
- python-glfw
- python-imageioAUR
- python-javascripthonAUR
- python-jedi
- python-json-tricksAUR
- python-matplotlib (python-matplotlib-gitAUR)
- python-moviepyAUR (python-moviepy-gitAUR)
- python-msgpack
- python-msgpack-numpyAUR (python-msgpack-numpy-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-opengl
- python-openpyxl
- python-packaging
- python-pandas
- python-pillow
- python-psutil
- python-psychtoolboxAUR
- python-pyaml
- python-pygame (python-pygame-gitAUR)
- python-pygletAUR (python-pyglet-gitAUR)
- python-pyoAUR (python-pyoAUR)
- python-pyosfAUR
- python-pyparallelAUR
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-pyserial (python-pyserial-labgrid-gitAUR)
- python-pytables
- python-pyzmq
- python-questplusAUR
- python-requests
- python-scipy (python-scipy-gitAUR, python-scipy-mkl-binAUR, python-scipy-mkl-tbbAUR, python-scipy-mklAUR)
- python-sounddevice
- python-soundfile
- python-ujson
- python-vlcAUR (python-vlc-gitAUR)
- python-websocket-client (python-websocket-client-gitAUR)
- python-wxpython (python-wxpython-gitAUR)
- python-xlib
- python-xlrd
- python-xmlschema
- webkit2gtk-4.1 (webkit2gtk-4.1-imgpasteAUR)
- python-build (make)
- python-installer (make)
- python-pdm-backend (make)
- python-six (make)
- python-tomlkit (make)
- python-seaborn (optional) – For nice graphs
Latest Comments
« First ‹ Previous 1 2 3
isacdaavid commented on 2019-07-22 23:44 (UTC)
So I manually installed the missing python-bidi just to find out that psychopy crashes with the following exception:
I made sure to install everything wxWidgets-related to no avail. Any idea?
rkcf commented on 2019-05-01 01:10 (UTC)
@daniel_shub
I was going to put a check into the PKGBUILD, but pytest for psychopy is pinned to <4.1 See: https://github.com/psychopy/psychopy/issues/2189
If you want to run all tests against the system dependencies installed through pacman I recommend:
When running against system installed packages I get freetype issues. the AUR package for python-freetype-py is out of date, and I am waiting for it to be orphaned so I can take it.
After doing a manual update of python-freetype-py, the tests run, but there are a few fails. These occur when testing in a virtualenv as well; so at an initial glance it is looking like more of an upstream issue. I'll continue to investigate further, but if there are any issues on the arch package side, let me know.
daniel_shub commented on 2019-04-30 22:03 (UTC)
While I can get the package to run and install just fine and psychopy seems to work once installed, the unit tests fail miserably. If I install python.pytest and run
py.test /usr/lib/python3.7/site-packages/psychopy/tests/
I get a whole bunch of errors ending in
AttributeError: module 'pytest' has no attribute 'app'
This happens in a clean chroot, a minimal environment running X, and my working system. I think it would be helpful if the package could pass the unit tests.
daniel_shub commented on 2019-04-30 21:59 (UTC)
Thank you for the update. This is great. There is a small bug on line 49:
$psychopy.png should be $pkgname.png
daniel_shub commented on 2016-09-10 22:06 (UTC)
psyxcience commented on 2015-10-17 09:35 (UTC)
daniel_shub commented on 2015-10-15 17:24 (UTC)
psyxcience commented on 2015-10-15 09:56 (UTC) (edited on 2015-10-15 09:58 (UTC) by psyxcience)
Californian commented on 2015-09-19 02:52 (UTC)
daniel_shub commented on 2015-08-20 20:37 (UTC)
« First ‹ Previous 1 2 3