-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
BugProblems in the build system, build scripts, etc or faults in the interface.Problems in the build system, build scripts, etc or faults in the interface.
Milestone
Description
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.Problems in the build system, build scripts, etc or faults in the interface.