The command pip install --help fails with this error AttributeError: 'list' object has no attribute 'decode' It seems to be related with the indexers and might have been introduced by #9160 . I have one extra indexer set in my pip.conf. pip.conf [global] extra-index-url = ***@som...
import org.apache.flink.streaming.connectors.elasticsearch.ElasticsearchSinkFunction; import org.apache.flink.streaming.connectors.elasticsearch.RequestIndexer; import org.apache.flink.streaming.connectors.elasticsearch7.ElasticsearchSink; import org.apache.flink.streaming.util.serialization.SimpleStringSchema; import ...
RUN apt install python3-pip -y RUN python3 -m pip install -i $PIP_MIRROR --no-cache-dir --upgrade pip https://pytorch.org/get-started/previous-versions/ RUN pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-urlhttps://download.pytorch.org/...
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/opt/engati/faq-indexer/venv/include -I/usr/local/include/python3.9 -c /tmp/tmpfi1kk7tb.cpp -o tmp/tmpfi1kk7tb.o -std=c++14 gcc: error: unrecognized command line option '-std=c++14' error:...