Open nsoranzo opened 1 year ago
The version of tensorflow in optional dependencies is too low to be compatible with python 3.11
@cat-bro This is now tracked separately at https://github.com/galaxyproject/galaxy/issues/17857 .
For Python 3.12 you may already need to apt install python3-lib2to3
depending on your distribution. I'm using 3.12 from the deadsnakes PPA and needed this step
List of deprecated stuff we are currently using:
importlib.abc.Traversable
class, scheduled for removal in Python 3.14. Use importlib.resources.abc.Traversable class instead.Others we may be using:
filename
attribute of gzip’s gzip.GzipFile, deprecated since Python 2.6, use the name attribute instead. In write mode, thefilename
attribute added '.gz' file extension if it was not present.More are listed at https://docs.python.org/3/whatsnew/3.11.html#deprecated , https://docs.python.org/3/whatsnew/3.12.html#deprecated , https://docs.python.org/3.13/whatsnew/3.13.html#removed-modules-and-apis and https://docs.python.org/3.13/whatsnew/3.13.html#new-deprecations