ZFTurbo / volumentations

Library for 3D augmentations
MIT License
232 stars 37 forks source link

problem about version #14

Open MingxuanGu opened 2 years ago

MingxuanGu commented 2 years ago

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

ZFTurbo commented 2 years ago

Try like in guide)

pip install volumentations-3D

MingxuanGu commented 2 years ago

Sorry, I installed the wrong packagešŸ˜‚Problem fixed. Thanks!