Skip to content

Conversation

tpvasconcelos
Copy link
Contributor

@tpvasconcelos tpvasconcelos commented Sep 28, 2024

User description

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Description

The Python version specified in the Pipfile is 3.8. The current configuration is not working because of this.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my feature, policy, or fix is effective and works
  • New and existing tests pass locally with my changes

Generated description

Below is a concise technical summary of the changes proposed in this PR:

Updates the Python version in .gitpod.Dockerfile from 3.10.14 to 3.8.20 to align with the version specified in the Pipfile.

TopicDetails
Python Version Update Changes the Python version installed in the Gitpod environment to match the project requirements.
Modified files (1)
  • .gitpod.Dockerfile
Latest Contributors(2)
UserCommitDate
28880387+tsmithv11@use...docs-general-Remove-Py...April 25, 2024
emattiza@users.noreply...Feat-add-gitpod-2659March 21, 2022
This pull request is reviewed by Baz. Join @tpvasconcelos and the rest of your team on (Baz).

@tpvasconcelos
Copy link
Contributor Author

The current gitpod integration is not working because of this simple issue. Could I get one of the maintainers to take a quick look at this one-line change? Thanks a lot in advance! 🙏

@AdamDev
Copy link
Contributor

AdamDev commented Aug 5, 2025

Hi @tpvasconcelos,
Could you please merge the latest changes from main into this branch?

@tpvasconcelos
Copy link
Contributor Author

Hi @tpvasconcelos, Could you please merge the latest changes from main into this branch?

@AdamDev done!

@MaryArmaly
Copy link
Contributor

Hey @tpvasconcelos ,
Could you please merge the latest changes from the main branch into your branch again? Thanks

@tpvasconcelos
Copy link
Contributor Author

@MaryArmaly done ✅

@tjwald
Copy link
Contributor

tjwald commented Sep 29, 2025

@tpvasconcelos I am sorry for the delay.

What errors did you experience because of the pipfile mismatch? We support python 3.8 - 3.13.

@tpvasconcelos
Copy link
Contributor Author

@tpvasconcelos I am sorry for the delay.

What errors did you experience because of the pipfile mismatch? We support python 3.8 - 3.13.

@tjwald the Pipfile and Piplock files are pinned to version 3.8

[requires]
python_version = "3.8"

You can replicate the error if you try using the project's gitpod instance

@tjwald
Copy link
Contributor

tjwald commented Sep 29, 2025

Yes but we do support >3.8 so this shouldn't be an issue. In any case, we don't want to downgrade the python version.

@tjwald
Copy link
Contributor

tjwald commented Sep 30, 2025

After internal discussions, we do not want to downgrade the python version, and will close this PR.
Thank you for you time and effort @tpvasconcelos .

@tjwald tjwald closed this Sep 30, 2025
@tpvasconcelos
Copy link
Contributor Author

@tjwald just to be clear, the core problem remains unsolved: the gitpod instance will have Python 3.10 installed but the Pipfile and Pipfile.lock files pin the Python version to 3.8. So this fails.

Im obviously fine with you wanting to keep 3.10 as your gitpod Python version, but then the Pipfile (and Pipfile.lock) needs to be updated instead

Hope that makes sense 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants