Very new python learner here.
Trying to build my first project, but having so many issues with numpy. When I try to run the programme, it comes back with this error:
RuntimeError: Polyfit sanity test emitted a warning, most likely due to using a buggy Accelerate backend. If you compiled yourself, see site.cfg.example for information. Otherwise report this to the vendor that provided NumPy.
RankWarning: Polyfit may be poorly conditioned
I think I have everything installed correctly on VS Code, although figuring that out was a headache too.
On googling the error something about accelerate kept coming up, but I don't know how to delete or uninstall it... or even what it is.
Any tips would be so helpful!
If any more info is needed, let me know. This is my first question here.
Thank you! :)