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
Official Serving package (https://pypi.python.org/pypi/tensorflow-serving-api) is marked as Python2-only although it **supports** Python3 (therefore you cannot `pip3 install tensorflow-serving-api`). This has been discussed in this thread: https://github.com/tensorflow/serving/issues/700 (unfortunately, the proposal for publishing the Python3 package was rejected).
36
+
Official Serving package (https://pypi.python.org/pypi/tensorflow-serving-api) is marked as Python2-only although it **supports** Python3 (therefore you cannot ``pip3 install tensorflow-serving-api``). This has been discussed in this thread: https://github.com/tensorflow/serving/issues/700 (unfortunately, the proposal for publishing the Python3 package was rejected).
37
37
38
-
This package **is only redistribution**: I only downloaded Python2 ``.whl`` from PyPI, extracted it and added my ``setup.py`` with Python3 support.
38
+
This package **is only redistribution**: I only downloaded Python2 ``.whl`` from the PyPI, extracted it and added my ``setup.py`` with Python3 support.
0 commit comments