Marky
Marky
WWindmill
Created by Marky on 7/2/2024 in #help
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
10 replies
WWindmill
Created by Marky on 7/2/2024 in #help
Install Python module from GitHub
I have a module that exists on PyPi, but we have a fixed version on GitHub. Is there a way to use this with Windmill? Normally, would do a pip install git+https://github.com/x/x.git to make sure we grab the right one. Since you are auto installing packages, how do you tell it the right one to get? I was looking at the docs for using requirements.txt to specify different packages but I can't understand how to set this up for local self hosted.
1 replies
WWindmill
Created by Marky on 6/17/2024 in #help
How can you change account email address on self-hosted?
How can you change account email address on self-hosted?
4 replies