Marky
Sub module not working with Python
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
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