Gleb Abroskin
Gleb Abroskin
I'm trying to inference ONNX model created from lightgbm model via Kotlin DL and in every method (tried Raw ones too) i'm getting `class [J cannot be cast to class...
I'm trying to install racer both from cargo and from sources and receive error: ``` $~/r/racer (master)> cargo +nightly build --release ... error: `std::intrinsics::transmute` is not yet stable as a...
Steps to reproduce: 1. create new conda env 2. python2 --version # Python 2.7.15rc1 3. python2 -m pip -r src/requirements_ubuntu.txt # fails on the first line Am I missing something?
``` c = consul.Consul() new_service = consul.Consul.Agent.Service(c.agent) new_service.register(config['executor_id']) ``` Probably, I'm not using the `Service` correctly here, but still this code causes error in this line [this line](https://github.com/cablehead/python-consul/blob/53eb41c4760b983aec878ef73e72c11e0af501bb/consul/base.py#L894)
I'm sorry if this is the wrong place to file an issue, I've not found the right one in 10 minutes of googling. Environment - spring: 3.0.4 - kotlin 1.8.10...