Closed MaxRondelli closed 2 months ago
I have the same issue. Any luck?
Hi @airyadriana, you can check the official GitHub page of Tensorflow Addons and you can see that they are not releasing new versions since May 2024. They are not even maintining it anymore. So, possibile conflicts between libraries is pretty expected.
I suggest you to change your code and re-think about the development, in order to depend from another library.
Thanks! I have moved on to PyTorch.
On Wed, Sep 4, 2024 at 1:37 AM Max Rondelli @.***> wrote:
Hi @airyadriana https://github.com/airyadriana, you can check the official GitHub page of Tensorflow Addons https://github.com/tensorflow/addons and you can see that they are not releasing new versions since May 2024. They are not even maintining it anymore. So, possibile conflicts between libraries is pretty expected.
I suggest you to change your code and re-think about the development, in order to depend from another library.
— Reply to this email directly, view it on GitHub https://github.com/tensorflow/addons/issues/2874#issuecomment-2328134496, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFAAYMY5SKIDK6A7Y4XM6TLZU22CHAVCNFSM6AAAAABMJ4B3KWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRYGEZTINBZGY . You are receiving this because you were mentioned.Message ID: @.***>
-- Airy Adriana Peralta Ph. D. Candidate & Professional Aide Ecology and Evolutionary Biology Institute of Arctic and Alpine Research - CU Boulder @.***
System information
Describe the bug Hi there, I am trying to install tensorflow-addons but I get an issue. The following is my stacktrace:
$ pip install tensorflow-addons
ERROR: Could not find a version that satisfies the requirement tensorflow-addons (from versions: none) ERROR: No matching distribution found for tensorflow-addons
Is probably due my python and tensorflow version? Do you guys know how to solve it?
Thank you.