Closed odeke-em closed 6 years ago
Hi @odeke-em, please check whether you have installed the wrapt
package with pip freeze
, this is a known issue and I'll do a new release to add the wrapt
package to the setup.py file.
Hello @liyanhui1228, thank you for that update. I'll make that update after work and see how it goes. Otherwise I implemented a polyglot demo at https://github.com/orijtech/opencensus-demos/tree/master/media-search whose purpose is to trace HTTP requests from various clients and export them to various backends such as Stackdriver, AWS X-Ray and so far it works. However, it is my side project in the evenings after work :)
Using wrapt worked, thank you @liyanhui1228! No more warnings :)
@odeke-em The demo looks cool! I'm going to close this issue, feel free to reach out if you have any question.
I was just finishing connecting a polyglot API over HTTP and tried to write a Python sample but on the first run it gives me a weird error that doesn't make sense because am trying to get the
requests
package traced, but the error interestingly iswhere the incomplete code is
Thank you!