I am running into an error that reads
cannot import name '__check_build' from partially initialized module 'sklearn' (most likely due to a circular import)
when I attempt to import sklearn. I have tried running
pip uninstall sklearn
pip install scipy
pip install sklearn
as I have seen in other posts, to no avail. Any insight would be greatly appreciated.