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

Environment establishment #9

Closed
Dingyuan-Zheng opened this issue Mar 6, 2017 · 7 comments
Closed

Environment establishment #9

Dingyuan-Zheng opened this issue Mar 6, 2017 · 7 comments

Comments

@Dingyuan-Zheng
Copy link

I'm a newbie in Tensorflow. Currently, I'm trying to run the demo (Demo.ipynb) given in the source code. But I can't install Tensorflow (using the method: 'install from source' given in the Tensorflow official website) inside the Conda environment. Specifically, after I git clone from the repository (https://github.com/trigeorgis/tensorflow), I can't pass the configure operation (./configure), could you give me a detailed manual for the environment configuration?
I've installed menpo package under Conda environment, what should I do next? How can I install Tensforflow from your repository into Conda environment, then I can import both Tensorflow and menpo libraries at the same time.

@HuitingLiu
Copy link

HuitingLiu commented Apr 10, 2017

Same here. Following the instructions: https://www.tensorflow.org/install/install_sources

There are two errors:
bazel build --config=opt //tensorflow/tools/pip_package:build_pip_package
ERROR: tensorflow/tensorflow/tensorflow.bzl:476:19: name 'DATA_CFG' is not defined.
ERROR: error loading package '': Extension 'tensorflow/tensorflow.bzl' has errors.

@superphil0
Copy link

Had the same problem make sure you use the bazel version which was used at the time to 0.8 was released. Same for protobuf versions and all other dependencies

@qiexing
Copy link

qiexing commented Jul 7, 2017

@HuitingLiu I have the exactly same problem as you, did you solve this problem?

@euklid
Copy link

euklid commented Jul 8, 2017

same here. Probably would be best if the changes applied to the older tensorflow version could be ported to a newer version of tensorflow. However, I'm not familiar with tensorflow at all, but wanted to try this code...

@zhm1995
Copy link

zhm1995 commented Mar 21, 2018

@HuitingLiu Hello? I have the same problem with you. Have you solved this problem?

@trigeorgis
Copy link
Owner

You can try the implementation provided at the experimental branch, but unfortunately it doesn't come with a pretrained model.

@devvikas
Copy link

@trigeorgis You can try the implementation provided at the experimental branch, but unfortunately it doesn't come with a pretrained model.

Which branch are you talking about here ?

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

8 participants