Alexander Rodionov

Results 7 comments of Alexander Rodionov

yes, I use python3.10 thank you

Thank you, works. Closing the issue.

I solved this issue by switching to [bumpver](https://github.com/mbarkhau/bumpver). Nice package which is not listed in [RELATED.md](https://github.com/c4urself/bump2version/blob/master/RELATED.md) alternatives. It supports `setup.cfg` and does not rewrites it, no whitespace issues.

same issue, restarting NPM and my apps does not help, have to just wait until it unstucks. Apps and NPM web UI are accessible using IP. So the problem is...

> You can fix it by go to Setting in Chrome => Advanced => Languages => put the language you want to use in the top > ![image](https://user-images.githubusercontent.com/32285868/56021770-75599b00-5d34-11e9-9578-1b97d9989838.png) For me...

@adriangonz, if I understand correctly, currently there is only one way to write custom metrics to [Seldon's metrics server](https://github.com/SeldonIO/seldon-core/blob/f757e5ab2a07af10edbb6162e0d3e6c2bd9b5871/python/seldon_core/microservice.py#L533) when using `predict_raw`. You have to write metrics to response's `meta.metrics`...