fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
230 stars 163 forks source link

Missing fury.animation #743

Closed jiayiliu-pku closed 1 year ago

jiayiliu-pku commented 1 year ago

Description

ModuleNotFoundError: No module named 'fury.animation'

I noticed that the animation folder is missing in the maint/v0.8.0 (the latest released version) branches. I used conda to install fury: conda install -c conda-forge fury

Way to reproduce

48567120ab54d1fccf97b026bb21a60
skoudoro commented 1 year ago

Hi @jiayiliu-pku,

Fury animation is not on DIPY release 0.8.0. it will be on the future release 0.9.0.

if you want to test this, please, use the main branch of the project and not pypi or conda

jiayiliu-pku commented 1 year ago

I got one another problem here. I tried to test Fury animation. I download the main branch of the project and follow the installation step (via source). I successfully installed the requirement packages (pip install -r requirements/default.txt) However, I met another problem at pip install .. Could you help me with it? Thank you very much.

82f5912b492402f8e8fc426be91e4e0
skoudoro commented 1 year ago

downloaded ? you mean you did not use git clone ? here, it tells you that he did not find git. and it need git to generate _version.py

interesting issue, I will try when I find time.

jiayiliu-pku commented 1 year ago

Oh, I just downloaded the code from website instead use git clone. I changed to use git clone and install fury successfully! Thank you!