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!
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