PeerHerholz / Cog_Com_Neuro_ML_DL

The repository for the "Cognitive & computational neuroscience: an introduction to machine/deep learning and neuro-data-science" Course, spring term 2022.
https://peerherholz.github.io/Cog_Com_Neuro_ML_DL/
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Issues running the examples #5

Open acamargofb opened 5 months ago

acamargofb commented 5 months ago

I have dipy 1.8.0 and fury 0.10.0 and I am getting this error:

from dipy.viz import window, actor

ImportError: cannot import name 'window' from 'dipy.viz' (C:\Users\acamargo\AppData\Local\anaconda3\envs\FocusUS\lib\site-packages\dipy\viz__init__.py)

PeerHerholz commented 5 months ago

Hi @acamargofb,

thanks for opening an issue.

We used dipy 1.5.0 as indicated in the requirements.txt. Thus, you could either downgrade to this version or adapt the dipy code respectively.

HTH, cheers, Peer