how to resolve this numpy problem ? in[1]: import numpy as np
--------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) <ipython-input-1-0aa0b027fcb6> in <module> ----> 1 import numpy as np ~\anaconda3\lib\site-packages\numpy\__init__.py in <module> 303 304 if sys.platform == "win32" and sys.maxsize > 2**32: --> 305 _win_os_check() 306 307 del _win_os_check ~\anaconda3\lib\site-packages\numpy\__init__.py in _win_os_check() 300 "See this issue for more information: " 301 "https://tinyurl.com/y3dm3h86") --> 302 raise RuntimeError(msg.format(__file__)) from None 303 304 if sys.platform == "win32" and sys.maxsize > 2**32: RuntimeError: The current Numpy installation ('C:\\Users\\scott\\anaconda3\\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: https://tinyurl.com/y3dm3h86