If possible, please remove the dependency on python-furure
/ make the package working without python-future
:
WARNING: python-future package is not compatible with Python 3.13
The python-future project was created in 2013 to attempt to save Python from the schism of version incompatibility that was threatening to tear apart the language (as Perl 6 contributed to the death of Perl).
That time is now past. Thanks to a huge porting effort across the Python community, Python 3 eventually thrived. Python 2 reached its end of life in 2020 and the python-future package should no longer be necessary. Use it to help with porting legacy code to Python 3 but don’t depend on it for new code.
If you use packages that depend on it, please contact maintainers and/or upstream of these packages and try to work out whether this dependency is really needed.
Regards and thanks for this package!
Pinned Comments
GeorgeRaven commented on 2018-09-24 14:47 (UTC) (edited on 2018-09-24 14:51 (UTC) by GeorgeRaven)
Important Installation Note:
This package does not install a Keras back-end for you which is a requirement for Nemesyst to function at all. And does not include any back ends in optional dependencies. This is a decision made on two grounds:
Keras can use a choice selection of back-ends and we do not want to force usage of one or another by putting one in the dependency array, e.g python-tensorflow-cuda vs python-tensorflow, a user may require one over another lets say on gpu-less server systems.
While we could put these in optdepends we feel this is inappropriate, illustrated by the wording of the pkgbuild wiki: "[optdepends] An array of packages that are not needed for the software to function, but provide additional features." Since you most certainly do require a back-end of your choice we have opted not to include them in opt-depends either.