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

Could not find TensorFlow Java 2.3.0 release in maven central #42670

Closed
yangw1234 opened this issue Aug 26, 2020 · 9 comments
Closed

Could not find TensorFlow Java 2.3.0 release in maven central #42670

yangw1234 opened this issue Aug 26, 2020 · 9 comments
Assignees
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TF 2.3 Issues related to TF 2.3 type:build/install Build and install issues

Comments

@yangw1234
Copy link

System information
Not relevant

Describe the problem

<dependency>
  <groupId>org.tensorflow</groupId>
  <artifactId>tensorflow</artifactId>
  <version>2.3.0</version>
</dependency>

This dependency cannot resolve.

@yangw1234 yangw1234 added the type:build/install Build and install issues label Aug 26, 2020
@amahendrakar amahendrakar added the TF 2.3 Issues related to TF 2.3 label Aug 26, 2020
@jvishnuvardhan jvishnuvardhan added the stat:awaiting tensorflower Status - Awaiting response from tensorflower label Aug 28, 2020
@edwinRNDR
Copy link

Just curious to know what has happened to the Java releases in general. It looks like 1.15 is the latest release on Maven. Are there any plans to continue these releases?

@gunan
Copy link
Contributor

gunan commented Aug 28, 2020

@goldiegadde I do not know who owns the java releases, do you know?

@gunan gunan removed their assignment Aug 28, 2020
@tensorflowbutler tensorflowbutler removed the stat:awaiting tensorflower Status - Awaiting response from tensorflower label Aug 30, 2020
@jason-dai
Copy link

I wonder if there is any update on the issue?

@edwinRNDR
Copy link

@jason-dai as far as I know they have split (and redone) the java bindings, you can find it at https://github.com/tensorflow/java

@jason-dai
Copy link

@edwinRNDR Thanks, we'll take a look.

@sanatmpa1 sanatmpa1 self-assigned this Oct 4, 2021
@sanatmpa1
Copy link

@yangw1234,

As the version numbers used for TF and TF Java are different. Your should update the version as 0.2.0 if you want to install TF 2.3.0 . Here's a documentation that provides the mapping between TF and TF Java

<dependency>
  <groupId>org.tensorflow</groupId>
  <artifactId>tensorflow</artifactId>
  <version>0.2.0</version>
</dependency>

Let me know if it answes your question. Thanks!

@sanatmpa1 sanatmpa1 added the stat:awaiting response Status - Awaiting response from author label Oct 4, 2021
@google-ml-butler
Copy link

This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Thank you.

@google-ml-butler google-ml-butler bot added the stale This label marks the issue/pr stale - to be closed automatically if no activity label Oct 11, 2021
@google-ml-butler
Copy link

Closing as stale. Please reopen if you'd like to work on this further.

@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This label marks the issue/pr stale - to be closed automatically if no activity stat:awaiting response Status - Awaiting response from author TF 2.3 Issues related to TF 2.3 type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

8 participants