FYI: installing expyriment with recent Anaconda Python3

66 views
Skip to first unread message

Christophe Pallier

unread,
Mar 31, 2021, 5:13:08 PM3/31/21
to expyriment-users
Hi,

Trying to install expeyriment wih Anaconda Python3.9 under Linux,  I encountered compilation issues.

A workaround was to create an environment (https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html) to use Python 3.7:   

    conda create --name expyriment python=3.7
    conda activate expyriment
    pip install expyriment[all]

Then no compilation was needed.
Reply all
Reply to author
Forward
0 new messages