Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Skipping analyzing "influxdb_client": module is installed, but missing library stubs or py.typed marker #928

Open
michealroberts opened this issue Apr 18, 2024 · 0 comments

Comments

@michealroberts
Copy link

  • InfluxDB version: e.g. 1.7.7 (output of the influx version command)

N/A

  • InfluxDB-python version: e.g. 5.2.2 (output of the python -c "from __future__ import print_function; import influxdb; print(influxdb.__version__)" command)

influxdb-client = "^1.41.0"

  • Python version: e.g. 3.7.4 (output of the python --version command)

Python 3.12.2

  • Operating system version: e.g. Windows 10, Ubuntu 18.04, macOS 10.14.5

macOS 14.4.1

Hopefully a very simple issue to fix, but could the maintainers of the influxdb-client library add py.typed files to where ever necessary to get mypy type hints to work correctly.

An example of how to setup a py.typed file would be:

https://github.com/michealroberts/celerity/blob/c637ad0aa6a984494f584e06390a8d8091876183/src/celerity/py.typed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant