-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
Specifications
- Client Version: 0.6.0
- InfluxDB Version: Dedicated
- Platform: Linux
Code sample to reproduce problem
from influxdb_client_3 import InfluxDBClient3, PointExpected behavior
With 0.5.0 and before it works:
$ python3 -m venv ./.venv
$ pip install influxdb3-python==0.5.0
Collecting influxdb3-python==0.5.0
...
$ python3 -c 'from influxdb_client_3 import InfluxDBClient3, Point'
Actual behavior
$ python3 -m venv ./.venv
$ pip install influxdb3-python==0.6.0
Collecting influxdb3-python==0.6.0
...
$ python3 -c 'from influxdb_client_3 import InfluxDBClient3, Point'
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'influxdb_client_3'Additional info
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working