I am trying to deploy my model on tensorflow serving. But I am facing issue with the installation of tensorflow model server itself. Do I need to install anything else before model server can be installed? I am using python v3.6 and tensorflow version 1.12.0 currently on VM.
conda install tensorflow-model-server
pip install tensorflow-model-server
Below are the two ways using which I am trying to install:
using conda install which gives me below error. Solving environment: failed PackagesNotFoundError: The following packages are not available from current channels: tensorflow-model-server
using pip which is says: Collecting tensorflow-model-server Could not find a version that satisfies the requirement tensorflow-model-server (from versions: ) No matching distribution found for tensorflow-model-server