sbtinstruments / aiomqtt

The idiomatic asyncio MQTT client, wrapped around paho-mqtt
https://sbtinstruments.github.io/aiomqtt
BSD 3-Clause "New" or "Revised" License
392 stars 71 forks source link

AttributeError: module 'aiomqtt' has no attribute '__version__' #272

Closed vvanglro closed 4 months ago

vvanglro commented 5 months ago
import aiomqtt
aiomqtt.__version__
Traceback (most recent call last):
  File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevconsole.py", line 364, in runcode
    coro = func()
  File "<input>", line 1, in <module>
AttributeError: module 'aiomqtt' has no attribute '__version__'