fathomnet / fathomnet-py

FathomNet Python client
https://fathomnet-py.readthedocs.io
MIT License
24 stars 3 forks source link

Albumentations and imgaug versions #8

Closed eor314 closed 2 years ago

eor314 commented 2 years ago

When cloning into the tutorial ipynb pip throws an error during dependency installation in the first cell.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. albumentations 0.1.12 requires imgaug<0.2.7,>=0.2.5, but you have imgaug 0.2.9 which is incompatible.

Maybe specify versions in pip call to resolve?

kevinsbarnard commented 2 years ago

This issue occurs because of incompatible packages required for the notebook. This message will continue to occur but causes no errors downstream.