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

Fail to install opengnn #4

Open
chenqiuyuan opened this issue Jan 16, 2020 · 3 comments
Open

Fail to install opengnn #4

chenqiuyuan opened this issue Jan 16, 2020 · 3 comments

Comments

@chenqiuyuan
Copy link

It requires tensorflow < 2.0, but the requirements in the dependency are tensorflow >= 1.11.0, and pip will install tensorflow 2.0+ by default. Then it fails.

@chenqiuyuan
Copy link
Author

It requires tensorflow < 2.0, but the requirements in the dependency are tensorflow >= 1.11.0, and pip will install tensorflow 2.0+ by default. Then it fails.

However, the opengnn requires opennmt, which requires tf2.0+. It's a dilemma.

@chenqiuyuan
Copy link
Author

It requires tensorflow < 2.0, but the requirements in the dependency are tensorflow >= 1.11.0, and pip will install tensorflow 2.0+ by default. Then it fails.

However, the opengnn requires opennmt, which requires tf2.0+. It's a dilemma.

You need to specify the opennmt version < 2.0.0, then it can work.

@2001092236
Copy link

Where should I specify opennmt version < 2.0.0?

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