Closed Factual0367 closed 6 months ago
Good afternoon. Have you solved this problem somehow?
I have the same mistake.:
ModuleNotFoundError: there is no module named 'tensorflow_addons'
During installation via the terminal, it outputs an error: pip installs tensorflow add-ons
mistake: Could not find a version that meets the tensorflow-addons requirement (from versions: none) ERROR: A suitable distribution for tensorflow-addons was not found
during installation via packages, it outputs the:
mistake: Could not find a version that meets the requirement of tensorflow-addons==0.23.0 (from versions: none) ERROR: No suitable distribution was found for tensorflow-addons==0.23.0
Please help me with the error!
Version tensorflow 2.16.0rc0 tensorflow-intel 2.16.0rc0 PyCharm Community Edition 2023.3.4 python-3.12.2-amd64
Thanks!
You need to downgrade Python, tensorflow-addons is available on 3.11.7.
Hi, Your requirements.txt need to be updated, tensorflow 2.9.1 is no longer available through PyPi and 2.12.0rc0 is needed for your code to work. Also, without Keras 2.6.0 main.py fails because keras.src is not available.