-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change pip version in submission space #35
Comments
pip version can be updated for all. no problem. python cannot. which python version do you prefer and why? :) |
How exactly can I update the pip version? |
we can update pip to latest by rebuilding the docker |
you can also install custom packages by creating a requirements.txt file in the competition config repo. so, thats another way :) |
I actually want to downgrade it from 24.2 to 24.0 because one dependency in the requirements file cannot be installed with the latest version. Unfortunately, I cannot simply add another pip version to the requirements.txt as this will not prevent the error because then pip 24.2 will install all dependencies (including pip 24.0). I need an option to make sure that a different pip version is already installed before the requirements are installed. |
could you please share which dependency doesn't work? |
We cannot install |
You can upgrade pip using |
This issue is stale because it has been open for 15 days with no activity. |
Unfortunately the pre-requirements file only affects the leaderboard space but not the individual spaces created to run submissions. In the meantime we were able to remove this dependency. we can close this for now. |
Thank you. Once you are done setting up the competition, please let me know and we can put it on the competitions page and share on socials. |
Great, here’s the link: |
Hi,
Is there a way to change the pip version (and maybe also the python version) for the submission spaces of the competition?
I don't mean the actual competition space; instead, I mean the space that is created upon submission (named "comp-").
The text was updated successfully, but these errors were encountered: