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

Can't install tensorflow on OS X - problem with virtualenv #161

Closed
snailrowen opened this issue Nov 12, 2015 · 4 comments
Closed

Can't install tensorflow on OS X - problem with virtualenv #161

snailrowen opened this issue Nov 12, 2015 · 4 comments

Comments

@snailrowen
Copy link

I try to install tensorflow, but run into this message, what should I do?

Johans-MacBook-Pro:~ johanbjorck$ pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
Could not find an activated virtualenv (required).
Johans-MacBook-Pro:~ johanbjorck$

@ghost
Copy link

ghost commented Nov 12, 2015

try running
export PIP_REQUIRE_VIRTUALENV=false
from the terminal and reinstalling.

@snailrowen
Copy link
Author

It worked, thanks a lot :D

2015-11-11 22:28 GMT-05:00 Christian Beasley notifications@github.com:

try running
export PIP_REQUIRE_VIRTUALENV=false
from the terminal and reinstalling.


Reply to this email directly or view it on GitHub.

@ghost
Copy link

ghost commented Nov 12, 2015

You're welcome :D

@vrv
Copy link

vrv commented Nov 12, 2015

Thanks for the help @yyttr3!

@vrv vrv closed this as completed Nov 12, 2015
lukeiwanski pushed a commit to codeplaysoftware/tensorflow that referenced this issue Oct 26, 2017
Adds an option to the configure script to disable SYCL vectorization.
This also rewrites and cleans up the computecpp.tpl build script, though
the actual behaviour has not changed.
lukeiwanski pushed a commit to codeplaysoftware/tensorflow that referenced this issue Oct 26, 2017
* Add -Wno-c++11-narrowing to ComputeCpp device compiler flags to avoid build errors on 32-bit targets.

* Added SYCL support to DeviceSpec.parse_from_string - fixes a regression in running the Resnet sample from the TensorFlow models repository with SYCL.

* Bumped Eigen version.

* [OpenCL] Adds option to disable SYCL vectorization (tensorflow#161)

Adds an option to the configure script to disable SYCL vectorization.
This also rewrites and cleans up the computecpp.tpl build script, though
the actual behaviour has not changed.

* [OpenCL] Fixes Variable Resource op for SYCL (tensorflow#162)

Recent changes to the VariableResource ops were broken for SYCL. This
fixes the errors introduced by those changes.

* [OpenCL] Alignment fixed in Eigen

Don't need to use the alignment workaround any more, as the underlying
problem is fixed in Eigen.

* [OpenCL] Adds Eigen changes for new RC

* [OpenCL] Adds support for SYCL devices to nn_ops_test

* [OpenCL] Fixes multiple registrations of same op

The registration of `ReadVariableOp` does not depend on the datatype, so
we were registering more than ne of the same op.

* [OpenCL] Adds naive forward pass Conv2D kernel

Provides a very naive unoptimised forward convolution SYCL kernel.

* [OpenCL] Adds naive backprop for SYCL Conv2D

Adds both filter and input backprop

* [OpenCL] Fixes multiple registrations of same op (tensorflow#163)

The registration of `ReadVariableOp` does not depend on the datatype, so
we were registering more than ne of the same op.

* [ACL] Adding ARM Compute Library

* [ACL] Adds gemm code

* [ACL] Adds ARM_NO_EXCEPTIONS

* [ACL] Don't register half for ARM

* [ACL] Adds linking to OpenCL

* Tidied up formatting of ACL integration.

* Bug fixes to ARM Compute Library GEMM integration into matmul, from Duncan McBain.

* Fixed typos in configure.py help messages.

* Reverted formatting and logging changes that aren't related to ACL.
tensorflow-copybara pushed a commit that referenced this issue Nov 19, 2019
- fix missing return value syntax on call / splat ops
- reflow cond_br / store op syntax

Closes #161

COPYBARA_INTEGRATE_REVIEW=tensorflow/mlir#161 from bondhugula:patch-1 2beb5bdcb387a5e7c52438985f79e2987d3b3ebe
PiperOrigin-RevId: 271876453
cjolivier01 pushed a commit to Cerebras/tensorflow that referenced this issue Dec 6, 2019
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

No branches or pull requests

2 participants