lebedov / msgpack-numpy

Serialize numpy arrays using msgpack
Other
194 stars 33 forks source link

mypy and msgpack-numpy #48

Closed dineshbvadhia closed 2 months ago

dineshbvadhia commented 2 years ago

msgpack, msgpack-types and msgpack_numpy installed but mypy returns the error:

error: Skipping analyzing "msgpack_numpy": module is installed, but missing library stubs or py.typed marker

is there a solution?