CoderPat / OpenGNN

Open source machine learning for graph-structured data
MIT License
29 stars 7 forks source link

Fail to install opengnn #4

Open chenqiuyuan opened 4 years ago

chenqiuyuan commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 2 years ago

Where should I specify opennmt version < 2.0.0?