TimDettmers / ConvE

Convolutional 2D Knowledge Graph Embeddings resources
MIT License
675 stars 163 forks source link

Spodernet not being downloaded #61

Closed sushant21 closed 4 years ago

sushant21 commented 4 years ago

Hi, pip install -r requirements.txt is stuck trying to clone the spodernet repo. Any idea what the issue might be?

TimDettmers commented 4 years ago

For me, it works. Are you able to clone it manually? You can install the library by changing into the spodernet directory and using python setup.py install.

sushant21 commented 4 years ago

Works now, seems like it was a proxy issue.