Skip to content

OSI library import not working in Python 3 #243

@jruebsam

Description

@jruebsam

Hello,

the OSI Library for Python3 is not working on my computer,
was this tested before ? what is the default Python version you are using ?

For example import osi.osi_sensordata_pb2 will give an Exeception :

ModuleNotFoundError: No module named 'osi_common_pb2'

Please notice this is version 2.2.1 but this also occurs in 3.0

In [1]: import osi3
ModuleNotFoundError: No module named 'osi_version_pb2'

My assumption is that this is due to Python 3 not allowing relative imports.
Whats your opinion on this ? Thank you for any feedback.
BR Jonas Ruebsam

Metadata

Metadata

Assignees

Labels

BugProblems in the build system, build scripts, etc or faults in the interface.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions