Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

influxdb3-python 0.6.0 breaks influxdb_client_3 import #97

Closed
jdstrand opened this issue Jun 24, 2024 · 0 comments · Fixed by #98
Closed

influxdb3-python 0.6.0 breaks influxdb_client_3 import #97

jdstrand opened this issue Jun 24, 2024 · 0 comments · Fixed by #98
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jdstrand
Copy link

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

@jdstrand jdstrand added the bug Something isn't working label Jun 24, 2024
@bednar bednar assigned bednar and unassigned alespour Jun 24, 2024
@bednar bednar added this to the 0.7.0 milestone Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants