You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is because the install of the tensorflow_serving_api has tensoflow dependency, but when build gpu version, the tensoflow is not installed and replaced by tensorflow-gpu. So, the reinstall of tensorflow(in fact 1.11.0) will occur. This causes problem.
Related tensorflow/serving issue:
I tried to adjust the order of the install of the tensorfow_serving_api and tensorflow-gpu(first install tensorflow_serving_api and it caused the install of tensorflow, then install tensorflow-gpu ). But it gets another error occuring because tensorflow-data-validation has dependency tensorflow. The error has not any relation with tensorflow_serving_api.
Anyone familiar with the dependency between them, especially the gpu version? Or can we just install everything and install the tensorflow gpu at last.
The text was updated successfully, but these errors were encountered:
related 1759
Related tensorflow/serving issue:
The text was updated successfully, but these errors were encountered: