Skip to content
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

Fixed the issue by updating libraries - it runs again #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SamHollings
Copy link

A colleague said they couldn't get the template to run - so by updating the dependencies we were able to get it running again.

Dependencies updates:
requirements.txt
Fixed the versions at newer versions so that it runs.

Configuration updates:

  • .streamlit/config.toml: Added a client configuration to hide error details (showErrorDetails = false) to prevent cache errors from displaying. This should be removed during debugging.

Documentation updates:

  • nhstheme.py: Updated the contributors list to include Sam Hollings and changed the contact email to nhspythoncommunity@england.nhs.uk. Also updated the version from 0.0.1 to 0.0.2.

@amadeuspzs
Copy link

amadeuspzs commented Jan 9, 2025

Hi @SamHollings can you bump the version of Python specified (currently 3.8)

[![Python v3.8](https://img.shields.io/badge/python-v3.8-blue.svg)](https://www.python.org/downloads/release/python-380/)

as the updated requirements need a more recent version of Python (>=3.9)?

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.

2 participants