

The anaconda installer, is point and click for install has a mini version, and the full package. After installing Anaconda you can install your desired library with the following command conda install -c conda-forge psychopy I've never used/heard of psychopy, its available from conda community packages. If you are serious about software development in Python, the first thing you should do is leave your system-installed Python alone! Quite apart from anything else, Python is increasingly used by the operating system itself, so tweaking the Python installation could lead to trouble If you won't take my word for it, Alex Martelli states in Python in a nutshell third edition Get into the habit of creating virtual enviroments for different projects, it will save you in time and tears. Jupyter Notebooks alone are a huge game changer for visualization and sharing data. Your system will continue to use its pristine python, and you will avoid the possibility of breaking it by installing incompatible packages. Rather install Anaconda, it will install into your user's directory and modify your path. I am trying to add PsychoPy as an environment on Anaconda. Load_entry_point('PsychoPy=2020.1.0', 'gui_scripts', 'psychopy')()įile "/usr/lib/python3.6/site-packages/psychopy/app/psychopyApp.py", line 99, in mainįile "/usr/lib/python3.6/site-packages/psychopy/app/psychopyApp.py", line 21, in start_appįrom psychopy.app._psychopyApp import PsychoPyAppįile "/usr/lib/python3.6/site-packages/psychopy/app/_psychopyApp.py", line 43, in įile "/usr/lib/python3.6/site-packages/psychopy/projects/_init_.py", line 10, in įile "/usr/lib/python3.6/site-packages/psychopy/projects/pavlovia.py", line 29, in įile "/usr/lib/python3.6/site-packages/gitlab/v4/objects/_init_.py", line 3867, in Ĭlass ProjectPipelineSchedule(SaveMixin, ObjectDeleteMixin, RESTObject):įile "/usr/lib/python3.6/site-packages/gitlab/v4/objects/_init_.py", line 3887, in module 'gitlab.exceptions' has no attribute 'GitlabPipelinePlayError'Īvoid altering the system's python.
#Psychopy anaconda how to
I am willing to build it myself also but I'm not sure how to approach it. Run PsychoPy: python psychopyapppsychopyApp.py (step 12 above) Use explorepy in PsychoPy builder Initialize In order to run explorepy, you will need to add a Code component to your experiment. Thank you so much for any help, I'm desperate to get this to work. Navigate to the PsychoPy folder (step 11 above) 3. I have the package python3-gitlab installed, which I thought was all that was needed.

When I run the command psychopy I get the following error message (full output at bottom):ĪttributeError: module 'gitlab.exceptions' has no attribute 'GitlabPipelinePlayError' I'm using python3-PsychoPy from the devel:languages:python:backports repo. I need to use the program PsychoPy for linguistic analysis and I'm having trouble getting it work on openSUSE Leap 15.1.
