Skip to content

Tensorflow not installing correctly #51704

@vghfr

Description

@vghfr

Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04
  • TensorFlow installed from (source or binary): not sure
  • TensorFlow version: current
  • Python version: 3
  • Installed using virtualenv? pip? conda?: pip
  • CUDA/cuDNN version: unknown
  • GPU model and memory: unknown, using online IDE

Describe the problem
Tensorflow not installing correctly
Provide the exact sequence of commands / steps that you executed before running into the problem
Tried to import the tensorflow module

Any other info / logs
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached.

EnvCommandError

  Command ['/opt/virtualenvs/python3/bin/pip', 'install', '--no-deps', 'file:///home/runner/.cache/pypoetry/artifacts/0a/85/65/9562a53ef2caf00c826443d78d6f2fae460ab81e7bcf44770c09799f9c/tensorflow-2.6.0-cp38-cp38-manylinux2010_x86_64.whl'] errored with the following return code 1, and output: 
  Processing /home/runner/.cache/pypoetry/artifacts/0a/85/65/9562a53ef2caf00c826443d78d6f2fae460ab81e7bcf44770c09799f9c/tensorflow-2.6.0-cp38-cp38-manylinux2010_x86_64.whl
  ERROR: Could not install packages due to an EnvironmentError: [Errno 122] Disk quota exceeded: '/tmp/pip-install-q4y7r3fp/tensorflow/tensorflow/_api/v2/mlir/experimental'
  
  WARNING: You are using pip version 19.3.1; however, version 21.2.4 is available.
  You should consider upgrading via the 'pip install --upgrade pip' command.
  

  at /opt/virtualenvs/python3/lib/python3.8/site-packages/poetry/utils/env.py:1075 in _run
      1071│                 output = subprocess.check_output(
      1072│                     cmd, stderr=subprocess.STDOUT, **kwargs
      1073│                 )
      1074│         except CalledProcessError as e:
    → 1075│             raise EnvCommandError(e, input=input_)
      1076│ 
      1077│         return decode(output)
      1078│ 
      1079│     def execute(self, bin, *args, **kwargs):

exit status 1

Metadata

Metadata

Assignees

Labels

2.6.0staleThis label marks the issue/pr stale - to be closed automatically if no activitystat:awaiting responseStatus - Awaiting response from authorsubtype: ubuntu/linuxUbuntu/Linux Build/Installation Issuestype:build/installBuild and install issues

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions