Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: removed deprecated dependency tensorflow-gpu #2096

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dchebakov
Copy link

@dchebakov dchebakov commented Feb 9, 2023

After this commit tensorflow/tensorflow@2105f7f in the Tensorflow repository, the dependency tensorflow-gpu isn't available for installation anymore

If you will try to build tensorflow/serving from master now, you will get the following error (which is fixed by this commit):

  × Running setup.py install for tensorflow-gpu did not run successfully.
  │ exit code: 1
  ╰─> [18 lines of output]
      Traceback (most recent call last):
        File "<string>", line 36, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-rur6eq36/tensorflow-gpu_252849d94ab24c16b348e87779089fbf/setup.py", line 37, in <module>
          raise Exception(TF_REMOVAL_WARNING)
      Exception:
      
      =========================================================
      The "tensorflow-gpu" package has been removed!
      
      Please install "tensorflow" instead.
      
      Other than the name, the two packages have been identical
      since TensorFlow 2.1, or roughly since Sep 2019. For more
      information, see: pypi.org/project/tensorflow-gpu
      =========================================================

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant