UCL-RITS / doctoral-programming-intro

http://rits.github-pages.ucl.ac.uk/doctoral-programming-intro/
Creative Commons Attribution 4.0 International
8 stars 5 forks source link

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

Open K-Meech opened 8 months ago

K-Meech commented 8 months ago

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 commented 8 months ago

:thinking: that requires pyyaml.... but it's not in any of the two requirements.txt files we've got. How that happened :shrug: 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