Ross Creighton
Ross Creighton
WWindmill
Created by Ross Creighton on 2/19/2024 in #help
Python depencies - install from github repo
Ok thanks for your help!
24 replies
WWindmill
Created by Ross Creighton on 2/19/2024 in #help
Python depencies - install from github repo
I'm struggling to find a workaround. I tried uploading the sdk to f/sdks/maxpanda_python_sdk and import f.sdk.maxpanda_python_sdk as needed but the automatic requirement parsing is also breaking for the individual sdk files.
24 replies
WWindmill
Created by Ross Creighton on 2/19/2024 in #help
Python depencies - install from github repo
@rubenf Lockfile generation is producing a valid lockfile syntax. It seems the command that bootstraps the job environment isn't able to handle a valid entry in the lockfile.
24 replies
WWindmill
Created by Ross Creighton on 2/19/2024 in #help
Python depencies - install from github repo
@rubenf Here is a recording of a new script creation which reproduces the issue:
24 replies
WWindmill
Created by Ross Creighton on 2/19/2024 in #help
Python depencies - install from github repo
@rubenf removing the maxpanda-python-sdk @ allows the lockfile to generate but when I try to run the script I get ERROR: Invalid requirement: '@':
--- PIP INSTALL ---
maxpanda-python-sdk @ git+https://git@github.com/renovoenergy/maxpanda_python_sdk.git is being installed for the first time.
It will be cached for all ulterior uses.
/usr/local/bin/python3 -m pip install -v maxpanda-python-sdk @ git+https://git@github.com/renovoenergy/maxpanda_python_sdk.git -I -t /tmp/windmill/cache/pip/maxpanda-python-sdk@git+httpsgit@github.comrenovoenergymaxpanda_python_sdk.git --no-cache --no-color --no-deps --isolated --no-warn-conflicts --disable-pip-version-check
Using pip 23.1.2 from /usr/local/lib/python3.11/site-packages/pip (python 3.11)
ERROR: Invalid requirement: '@'
--- PIP INSTALL ---
maxpanda-python-sdk @ git+https://git@github.com/renovoenergy/maxpanda_python_sdk.git is being installed for the first time.
It will be cached for all ulterior uses.
/usr/local/bin/python3 -m pip install -v maxpanda-python-sdk @ git+https://git@github.com/renovoenergy/maxpanda_python_sdk.git -I -t /tmp/windmill/cache/pip/maxpanda-python-sdk@git+httpsgit@github.comrenovoenergymaxpanda_python_sdk.git --no-cache --no-color --no-deps --isolated --no-warn-conflicts --disable-pip-version-check
Using pip 23.1.2 from /usr/local/lib/python3.11/site-packages/pip (python 3.11)
ERROR: Invalid requirement: '@'
24 replies