You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When including modules from the python implementation of OSI, my IDE (pyCharm) does not recognize the classes. Therefore, there is no autocomplete when working with it.
Describe how to reproduce the bug
Steps to reproduce the behavior:
Import a module from OSI into a python script
Try to use autocomplete in your IDE
Describe the expected behavior
I would expect the IDE to find the package and support autocomplete. This could be accomplished by generating pyi files during the python setup using protoc: https://stackoverflow.com/a/74575817
Describe the OS you are using
OS: Ubuntu 22.04
Language: Python
IDE pyCharm
The text was updated successfully, but these errors were encountered:
ClemensLinnhoff
added
the
Bug
Problems in the build system, build scripts, etc or faults in the interface.
label
Jun 6, 2024
Describe the bug
When including modules from the python implementation of OSI, my IDE (pyCharm) does not recognize the classes. Therefore, there is no autocomplete when working with it.
Describe how to reproduce the bug
Steps to reproduce the behavior:
Describe the expected behavior
I would expect the IDE to find the package and support autocomplete. This could be accomplished by generating pyi files during the python setup using protoc: https://stackoverflow.com/a/74575817
Describe the OS you are using
The text was updated successfully, but these errors were encountered: