alan-turing-institute / ARC-MTQE

Critical Error Detection for Machine Translation
MIT License
1 stars 0 forks source link

Fix python version at <3.11 #102

Closed radka-j closed 4 months ago

radka-j commented 4 months ago

I got the following error when running the data preprocessing scripts on a MacBook with M3:

ModuleNotFoundError: No module named 'sklearn'

Based on advice I found online I solved this by using Python 3.10 instead of my default 3.12. Admittedly I have not tested whether Python 3.11 works.