AugmentedNet icon indicating copy to clipboard operation
AugmentedNet copied to clipboard

Issue with `requirements.txt` - old Python version?

Open clariguy opened this issue 1 year ago • 1 comments

Several errors ensue when trying to install all packages with Python versions 3.11 and 3.12. Packages that caused particular problems include: -h5py and its dependent version of numpy using Python version 3.11 pip 23.3 / 24.0

  • databricks using Python version 3.12 and pip 23.3 / 24.0 An updated requirements.txt should help new users get up and running.

clariguy avatar Feb 11 '24 13:02 clariguy

Tensorflow only supports Python up to 3.11 - see requirements.

clariguy avatar Feb 11 '24 14:02 clariguy