fhamborg / news-please

news-please - an integrated web crawler and information extractor for news that just works
Apache License 2.0
1.99k stars 414 forks source link

Fix Elasticsearch package version #227

Closed bakrianoo closed 1 year ago

bakrianoo commented 2 years ago

The current setup rule will install the recent Elasticsearch version 8.2.0 which the news-please does not support it yet. this will throw __init__ got unexpected argument [port] error

fhamborg commented 2 years ago

can you replace this with a more relaxed version requirement? e.g., anything between 2.4 and 7.17.3 rather than pinning the versino to exactly 7.17.3 which will cause problems for any user not having exactly that version