Installing Python Package from Github URL
I am trying to install a python package from a Github URL, and it almost works. This path works with
For introducing a bunch of private dependencies and scripts at once by installing them all as a package + getting the ability to use the scripts. I can raise this as an issue on Github as well, just figured i'd post in forum for now?
pip install
and requirements.txt
with local interpeters, but with the windmill workers it seems to not install the final package?
Eg.
This errors:
My goal is to actually update to something likeFor introducing a bunch of private dependencies and scripts at once by installing them all as a package + getting the ability to use the scripts. I can raise this as an issue on Github as well, just figured i'd post in forum for now?
1 Reply
Made an issue -> https://github.com/windmill-labs/windmill/issues/1804
GitHub
bug: Python - Installing requirement based package from Github URL ...
Describe the bug I am trying to install a python package from a Github URL, and it almost works. This path works with pip install and requirements.txt with local interpeters, but with the windmill ...