eclipse-paho / eclipse-paho/paho.mqtt.python
Undefined CallbackAPIVersion
Open
Status: Available
Status: More info needed
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 742
- Avg merge
- 12d 48m
- Merged PRs (30d)
- 1
Description
Under PyCharm a simple project using python 3.8.5 and venv leads to this error even so the package installed is paho-mqtt v2.0.0
coding this
import paho.mqtt.client as mqtt
...... mqtt.CallbackAPIVersion.VERSION2 ..... leads to "cannot find reference 'CallbackAPIVersion'"
Contributor guide
Assessment
This issue has not been assessed yet.