OpenGNN icon indicating copy to clipboard operation
OpenGNN copied to clipboard

Fail to install opengnn

Open chenqiuyuan opened this issue 6 years ago • 3 comments

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 avatar Jan 16 '20 03:01 chenqiuyuan

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 avatar Jan 16 '20 03:01 chenqiuyuan

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.

chenqiuyuan avatar Jan 16 '20 03:01 chenqiuyuan

Where should I specify opennmt version < 2.0.0?

2001092236 avatar Jul 25 '22 12:07 2001092236