Skip to content

Windows 10/Anaconda3: Missing File on install #24835

@ehennis

Description

@ehennis

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): Windows 10
  • TensorFlow installed from (source or binary): Installed from pip
  • TensorFlow version: 2 Preview
  • Python version: 3.6
  • Installed using virtualenv? pip? conda?: pip

Describe the problem
I created a virtual environment and tried to install the preview that Martin Wicke suggested on twitter. It failed with a missing file.

Provide the exact sequence of commands / steps that you executed before running into the problem
Commands from Anaconda3 prompt:
conda create -n tf_daily python=3.6
activate tf_daily
pip install tf-nightly-2.0-preview

Error Message:
(tf_daily) C:\Users\nurl_>pip install tf-nightly-2.0-preview
Collecting tf-nightly-2.0-preview
Using cached https://files.pythonhosted.org/packages/a6/d9/0499db98422207eb3d7643ee3b8152dd503a85dc2f958f77834aa0a3fcde/tf_nightly_2.0_preview-1.13.0.dev20190108-cp36-cp36m-win_amd64.whl
Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: 'C:\Users\nurl_\AppData\Local\Temp\pip-install-r8cg1kry\tf-nightly-2.0-preview\tf_nightly_2.0_preview-1.13.0.dev20190108.data/purelib/tensorflow/include/tensorflow/include/external/eigen_archive/unsupported/Eigen/CXX11/src/Tensor/TensorSyclConvertToDeviceExpression.h'

Metadata

Metadata

Assignees

Labels

TF 2.0Issues relating to TensorFlow 2.0subtype:windowsWindows Build/Installation Issuestype:build/installBuild and install issues

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions