Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Module not found errors in 'Structured data' page #50

Open
K-Meech opened this issue Feb 29, 2024 · 1 comment
Open

Module not found errors in 'Structured data' page #50

K-Meech opened this issue Feb 29, 2024 · 1 comment

Comments

@K-Meech
Copy link

K-Meech commented Feb 29, 2024

The Structured data page shows errors in all of the YAML output blocks. e.g.

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
Cell In [10], line 1
----> 1 import yaml

ModuleNotFoundError: No module named 'yaml'

@dpshelio
Copy link
Member

🤔 that requires pyyaml.... but it's not in any of the two requirements.txt files we've got. How that happened 🤷
We probably want it in https://github.com/UCL-RITS/doctoral-programming-intro/blob/main/requirements.txt so it's the same as for https://github.com/UCL/rsd-engineeringcourse/blob/main/requirements.txt#L21

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants