MarkyM
Windmill2y ago
9 replies
Marky

Sub module not working with Python

pip install beem

from beemapi.exceptions import NumRetriesReached


Works fine locally, but on Windmill it gets confused as beem is the main module, and beemapi is installed with (along with a few others). All from beem... works fine (like from beem import Hive). It just can't handle the other modules installed with it.

https://github.com/windmill-labs/windmill/issues/4015
GitHub
Describe the bug When installing a Python package that includes multiple top level classes, the auto importer can't find all of them. To reproduce pip install beem from beemapi.exceptions impor...
bug: Python Sub Modules cannot be discovered · Issue #4015 · windmi...
Was this page helpful?