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

Tensorflow text incompatible with Tensorflow 2.0.0-beta1 #39

Closed
maxpoulain opened this issue Jul 3, 2019 · 5 comments
Closed

Tensorflow text incompatible with Tensorflow 2.0.0-beta1 #39

maxpoulain opened this issue Jul 3, 2019 · 5 comments

Comments

@maxpoulain
Copy link

Hi !

I just installed tensorflow==2.0.0-beta1 and I get the following issue :

ERROR: tensorflow-text 1.0.0b0 has requirement tensorflow==2.0.0b0, but you'll have tensorflow 2.0.0b1 which is incompatible.

How can I resolve this issue ?

Thanks,

Maxime

@broken
Copy link
Member

broken commented Jul 11, 2019

We will have a new release next week that will address this.

tf-text-github-robot pushed a commit that referenced this issue Jul 12, 2019
…rements to major/minor, and increment release number to prepare for next release.

This fixes #28 and #39 with the next release

PiperOrigin-RevId: 257668606
tf-text-github-robot pushed a commit that referenced this issue Jul 12, 2019
…rements to major/minor, and increment release number to prepare for next release.

This fixes #28 and #39 with the next release

PiperOrigin-RevId: 257711917
@broken
Copy link
Member

broken commented Aug 1, 2019

We recently released 1.0.0-beta2 that is TF 2.0.0b1 compatible and should remain compatible for future releases of TF 2.0.

@broken broken closed this as completed Aug 1, 2019
@malikaltakrori
Copy link

malikaltakrori commented Aug 26, 2019

I created a new conda environment and I installed only tensorflow-gpu==2.0.0beta1. Still, I can't install tensorflow-text. getting the errors:
ERROR: Could not find a version that satisfies the requirement tensorflow-text==1.0.0b2 (from versions: none)
ERROR: No matching distribution found for tensorflow-text==1.0.0b2

Tried:
1- different python versions: 3.6.8, 3.6.9, and 3.7
2- tensorflow-gpu, and tensorflow

Not sure if relevant, but running on Windows 64-bit

Update: I tried installing it in google colab. after installing tensorflow 2.0.0beta, and trying to install tensorflow-text I get more verbose errors:
ERROR: tensorflow-gpu 2.0.0b1 has requirement tb-nightly<1.14.0a20190604,>=1.14.0a20190603, but you'll have tb-nightly 1.15.0a20190806 which is incompatible.
ERROR: tensorflow-gpu 2.0.0b1 has requirement tf-estimator-nightly<1.14.0.dev2019060502,>=1.14.0.dev2019060501, but you'll have tf-estimator-nightly 1.14.0.dev2019080601 which is incompatible.

Thank you for your help.

@broken
Copy link
Member

broken commented Aug 26, 2019

We are working on getting a Windows build available, but unfortunately do not have one at this time. Issue #44 is regarding adding Windows support as well, and you can track that issue for our support status.

@malikaltakrori
Copy link

Thank you for your efforts. Regarding my google colab comment, tensorflow-text works despite the error during installation.

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

3 participants