ZFTurbo / volumentations

Library for 3D augmentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem about version

MingxuanGu opened this issue · comments

Hi,

With python3.9, I have the following error when I execute "pip install volumentations==1.0.4".
ERROR: Could not find a version that satisfies the requirement volumentations==1.0.4 (from versions: 0.1.0, 0.1.2, 0.1.5, 0.1.6, 0.1.7, 0.1.8).
And in this 0.1.8 version of volumentations, there is no Flip, Rotate, etc. instead there is Flip3d, RotateAroundAxis3d, etc.

Could you please fix this and could you please add the python version guide.as well? Thanks!

Best,
Mingxuan

Try like in guide)

pip install volumentations-3D

Sorry, I installed the wrong package😂Problem fixed. Thanks!