trying to load the pre trained model of cakchat chatbot server but when I run
(venv) C:\Users\ritik\cakechat>python tools/fetch.py
Traceback (most recent call last):
File “C:\Users\ritik\cakechat\tools\fetch.py”, line 11, in
from cakechat.utils.env import init_keras
File “C:\Users\ritik\cakechat\cakechat\utils\env.py”, line 5, in
import tensorflow as tf
ModuleNotFoundError: No module named ‘tensorflow’
and when I want to install tensorflow it shows
(venv) C:\Users\ritik\cakechat>pip install --upgrade pip
Requirement already satisfied: pip in c:\users\ritik\cakechat\venv\lib\site-packages (23.3.1)
(venv) C:\Users\ritik\cakechat>pip install tensorflow
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
(venv) C:\Users\ritik\cakechat>import tensorflow as tf
‘import’ is not recognized as an internal or external command,
operable program or batch file.