Nacki
Nacki
WWindmill
Created by Nacki on 12/31/2023 in #help
Python script parameter types confusion
the ui in the image doesn't seem to exist for me, I just see a list of built-in resource when I attempt to customize
4 replies
WWindmill
Created by Nacki on 10/18/2023 in #general
curious about how do people handle
alright, thank you so much for the feedback 🙂
6 replies
WWindmill
Created by Nacki on 10/18/2023 in #general
curious about how do people handle
The difference here as I see is that the python script on wmill cloud has it's own self-contained dependencies to itself "as a script". Meaning, if you have two scripts in a folder in wmill, both of them can use different versions of the same package without impacting the other dependencies. This is not the case with venvs, at least not in the way that I understand they work, if I create a venv for a local folder, all python scripts in the local folder share the same dependencies and versions. Unless there is a way to create one venv per one script in the same folder and somehow configer them to use distinct dependency files like requirements.txt // pyproject.toml, but using poetry I don't see how to do that, is that what you mean PDM supports?
6 replies