python连接elasticsearch失败
报错:“URL must include a ‘scheme’, ‘host’, and ‘port’ component (ie ‘https://localhost:9200’)”ValueError: URL must include a ‘scheme’, ‘host’, and ‘port’ component (ie ‘https://localhost:9200’)解决:pip3 uninstall elasticsearchpip3 install elasticsearch