WindmillWWindmill
Powered by
MarkyM
Windmill•2y ago•
9 replies
Marky

Sub module not working with Python

pip install beem

from beemapi.exceptions import NumRetriesReached
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
bug: Python Sub Modules cannot be discovered · Issue #4015 · windmi...
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...
WindmillJoin
3,362Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

Decorators with def main() not working in python
Karthik | Langtrace AIKKarthik | Langtrace AI / help
2y ago
Python Flows Failing Due to Module Not Found
George SellyGGeorge Selly / help
6mo ago
Install Python module from GitHub
MarkyMMarky / help
2y ago
[python] subdependencies breaking wmill module installation
developerDdeveloper / help
2y ago