Consul.Agent.Service.register do not have meta parameter
https://python-consul.readthedocs.io/en/latest/#consul.base.Consul.Agent.Service.register
the doc says have a meta parameter,
and source code have a meta parameter,
but the installed consul in lib/consul does not have a meta parameter
does the package have something error?
Seems like this is an issue with the actual pip package. Not sure if this repo is still maintained or not but you could go around this by adding git+https://github.com/cablehead/python-consul.git into your requirements.txt file for now.
@pwyssmuller thanks, manually fix it by modifying the file in lib,turn to c# instead of python
This issue still persists, how can it be added in the pip package? Would reinstalling it solve the error?
Does anyone know on how to update the pip package so that this error is solved (code already in master)?