portugueslab / stytra

A modular package to control stimulation and track behaviour
http://www.portugueslab.com/stytra/
GNU General Public License v3.0
41 stars 26 forks source link

Installation errors #82

Open shlomperl opened 1 year ago

shlomperl commented 1 year ago

While trying to verify installation of stytra, encountered this error:

image

Stytra was installed manually per the documentation on the portugues lab

image

vilim commented 1 year ago

To help diagnose this issue, could you please list the output of conda info after running conda activate stytra?

shlomperl commented 1 year ago

(base) C:\Users\Samuel>conda activate stytra

(stytra) C:\Users\Samuel>conda info

 active environment : stytra
active env location : C:\ProgramData\Anaconda3\envs\stytra
        shell level : 2
   user config file : C:\Users\Samuel\.condarc

populated config files : conda version : 4.12.0 conda-build version : 3.21.8 python version : 3.9.12.final.0 virtual packages : win=0=0 archspec=1=x86_64 base environment : C:\ProgramData\Anaconda3 (read only) conda av data dir : C:\ProgramData\Anaconda3\etc\conda conda av metadata url : None channel URLs : https://repo.anaconda.com/pkgs/main/win-64 https://repo.anaconda.com/pkgs/main/noarch https://repo.anaconda.com/pkgs/r/win-64 https://repo.anaconda.com/pkgs/r/noarch https://repo.anaconda.com/pkgs/msys2/win-64 https://repo.anaconda.com/pkgs/msys2/noarch package cache : C:\ProgramData\Anaconda3\pkgs C:\Users\Samuel.conda\pkgs C:\Users\Samuel\AppData\Local\conda\conda\pkgs envs directories : C:\Users\Samuel.conda\envs C:\ProgramData\Anaconda3\envs C:\Users\Samuel\AppData\Local\conda\conda\envs platform : win-64 user-agent : conda/4.12.0 requests/2.27.1 CPython/3.9.12 Windows/10 Windows/10.0.19044 administrator : False netrc file : None offline mode : False

On Sun, Jul 31, 2022 at 5:02 PM Vilim Štih @.***> wrote:

To help diagnose this issue, could you please list the output of conda info after running conda activate stytra?

— Reply to this email directly, view it on GitHub https://github.com/portugueslab/stytra/issues/82#issuecomment-1200499654, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2IF7MGECPIT52N6DYMJCGTVW3SVHANCNFSM546A7TNA . You are receiving this because you authored the thread.Message ID: @.***>

vilim commented 1 year ago

Ah, you discovered a python 3.9 deprecation that we didn't account for (Stytra is tested up to python 3.8). Will fix it ASAP