Hironsan / anago

Bidirectional LSTM-CRF and ELMo for Named-Entity Recognition, Part-of-Speech Tagging and so on.
https://anago.herokuapp.com/
MIT License
1.48k stars 368 forks source link

Fix protobuf requirement #32

Closed EmilStenstrom closed 6 years ago

EmilStenstrom commented 6 years ago

Update protobuf requirement to 3.5.1 to avoid this error when installing the requirements for development of anago:

Could not find a version that satisfies the requirement protobuf==3.5.0 (from -r requirements.txt (line 15)) (from versions: 2.0.0b0, 2.0.3, 2.3.0, 2.4.1, 2.5.0, 2.6.0, 2.6.1, 3.0.0a2, 3.0.0a3, 3.0.0b1, 3.0.0b1.post1, 3.0.0b1.post2, 3.0.0b2, 3.0.0b2.post1, 3.0.0b2.post2, 3.0.0b3, 3.0.0b4, 3.0.0, 3.1.0, 3.1.0.post1, 3.2.0rc1, 3.2.0rc1.post1, 3.2.0rc2, 3.2.0, 3.3.0, 3.4.0, 3.5.0.post1, 3.5.1)
No matching distribution found for protobuf==3.5.0 (from -r requirements.txt (line 15))
EmilStenstrom commented 6 years ago

This makes it possible to run pip install -r requirements.txt without errors again!