Dmitry Goryunov
Dmitry Goryunov
@anakin87 Thanks for the hints! `pip install -e '.[all]'` is what I try to run at the moment, however some packages fail to install due to `M1` probably. So, I'm...
To generate a valid schma I did: 1. `brew install openblas` 2. `brew upgrade cmake` 3. Excluded `onnx` from the list of dependencies 4. `GRPC_PYTHON_BUILD_SYSTEM_ZLIB=true OPENBLAS="$(brew --prefix openblas)" pip install...
День добрый, Это вам спасибо за отличную библиотеку, очень удобная. Подключаю как прямой референс на dll. Попробую сам поразбираться. Может у вас есть идеи в какую сторону копать?
Удалось упростить кейс =)
> It works when the external dependency is replaced with an earlier version of the aws library, "com.amazonaws" % "aws-java-sdk" % "1.11.80", because that one does not contain any duplicates...