Closed js333031 closed 1 year ago
Tensorflow packages installed on the system:
$ pip list | grep -i tensor
tensorboard 2.11.1
tensorboard-data-server 0.6.1
tensorboard-plugin-wit 1.8.1
tensorflow 2.11.0
tensorflow-estimator 2.11.0
tensorflow-io-gcs-filesystem 0.29.0
tensorflow-serving-api 2.11.0
I don't get this error after doing:
pip3 install --upgrade "tensorflow<2.11"
Currently when you have tensorflow and ovmsclient installed in one environment they might conflict with each other and it seems that for version >= 2.11 that's the case. With the next release of the ovmsclient package this isolation issue will be fixed. Until then, is it possible for you not to install tensorflow in the same environment as ovmsclient? For example by installing it in a separate virtualenv?
Should no longer be an issue with ovmsclient 2022.3: https://pypi.org/project/ovmsclient/2022.3/