Skip to content

influxdb3-python 0.6.0 breaks influxdb_client_3 import #97

@jdstrand

Description

@jdstrand

Specifications

  • Client Version: 0.6.0
  • InfluxDB Version: Dedicated
  • Platform: Linux

Code sample to reproduce problem

from influxdb_client_3 import InfluxDBClient3, Point

Expected 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions