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

Bad TF version in requirements file #50

Closed
theo-m opened this issue Jun 25, 2019 · 4 comments
Closed

Bad TF version in requirements file #50

theo-m opened this issue Jun 25, 2019 · 4 comments

Comments

@theo-m
Copy link

theo-m commented Jun 25, 2019

On using pip install apache-beam==2.5.0 I'm getting:

ERROR: tensorflow 1.12.0 has requirement tensorboard<1.13.0,>=1.12.0, but you'll have tensorboard 1.13.1 which is incompatible.

I would assume the error comes from

tensorflow==1.12.0

Will push a PR if we can confirm the issue.

@matthen
Copy link
Contributor

matthen commented Jun 25, 2019

Is this following the readme?

python2.7 -m virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

the circle CI build should be testing that works correctly. maybe you are not using a fresh virtualenv?

@theo-m
Copy link
Author

theo-m commented Jun 25, 2019

You're right, I was trusting PyCharm to handle the requirements and didn't check it defaulted to a conda environment. Testing with virtualenv.

@theo-m
Copy link
Author

theo-m commented Jun 25, 2019

That was it, I'm surprised it would fail with a conda environment and not with a virtualenv one but it's not important. Thanks!

@matthen
Copy link
Contributor

matthen commented Jun 25, 2019

👍

@matthen matthen closed this as completed Jun 25, 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