Full error: RuntimeError: The current Numpy installation ('C:\Users\TomHu\PycharmProjects\pythonProject\venv\lib\site-packages\numpy\init.py') fails to pass a sanity check due to a bug in the windows runtime. See this issue for more information: (a URL is here but stack overflow wouldnt allow it for some reason) I have just started using pycharm after watching a youtube video about using simple machine learning to make a chatbot (https://www.youtube.com/watch?v=1lwddP0KUEg&t=284s you dont need to watch it as its unrelated to this but just if anyone cares) and the person in that used pycharm. I found it so much easier to use than the original/official python software. But I'm new to it so perhaps there is something to do with that. My Numpy module doesn't work and I'm not sure why. Importing it returns the above error. I have researched this for hours and I have found no solution. I tried changing the Numpy version to 1.19.3 as apparently 1.19.4 doesn't function on the Windows version I have. It may have something to do with PATH but I have tried to add it to PATH but to be honest, it went straight over my head. Please someone help me. Thanks in advance.
Edit: It had installed the 19.4 version through pycharm for some reason. Installing 19.3 through pycharm works perfectly. Thanks everyone!