-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ModuleNotFoundError: No module named 'tensorflow_addons' #73
Comments
During installation via the terminal, it outputs an error: mistake: Could not find a version that meets the tensorflow-addons requirement (from versions: none) 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) Please help me with the error! Version Thanks! |
hello,
You can also delete a library using the following command
You can install specific version like that:
|
Can you install the latest versions of libraries? Do I have to strictly adhere to installing only those versions specified in the requirements? |
Depends on which library. If you are using pip you will need to install a higher version of tensorflow as 2.9.1 is no longer available. I submitted a pull request for it to be updated in requirements.txt to @kochlisGit |
I also had problems and had to install python 3.11.8 |
This is definetely wrong version of tensorflow! type |
I am sorry, i made a mistake. It's |
type |
Thank you very much, everything works great |
Во время установки через терминал, выводит ошибку:
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
во время установки через packages, выводит ошибку:
ERROR: Could not find a version that satisfies the requirement tensorflow-addons==0.23.0 (from versions: none)
ERROR: No matching distribution found for tensorflow-addons==0.23.0
Помогите пожалуйста с ошибкой!
Версия
tensorflow 2.16.0rc0
tensorflow-intel 2.16.0rc0
PyCharm Community Edition 2023.3.4
python-3.12.2-amd64
Спасибо!
The text was updated successfully, but these errors were encountered: