rajesh-bijja commented on issue #28391:
URL: https://github.com/apache/superset/issues/28391#issuecomment-2104977000
I just tried importing `StatsClient` from python console and that is also
failing.
```
>>> from statsd import StatsClient
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.10/site-packages/statsd/__init__.py", line 2,
in <module>
from statsd.client import Client
ImportError: cannot import name 'Client' from 'statsd.client'
(/usr/local/lib/python3.10/site-packages/statsd/client/__init__.py)
```
```
pip freeze | grep stats
python-statsd==2.1.0
statsd==4.0.1
```
Not sure how can statsd be a problem in importing here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]