medialab / hyphe

Websites crawler with built-in exploration and control web interface
http://hyphe.medialab.sciences-po.fr/demo/
GNU Affero General Public License v3.0
328 stars 59 forks source link

Requirements.txt has a dependency conflict with tld and ural #375

Closed stijn-uva closed 4 years ago

stijn-uva commented 4 years ago

While installing Hyphe's dependencies with pip from the current version:

ERROR: ural 0.19.0 has requirement tld>=0.11.8, but you'll have tld 0.9.7 which is incompatible.

These versions are indeed required by requirements.txt. Changing to tld>=0.9.7 seems to fix this (though I haven't checked extensively whether this breaks other things).

Yomguithereal commented 4 years ago

The tld libs has made a lot of weird updates lately. I guess I need to lock ural deps once more :)