Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've been trying to run a code from past couple of days. It shows the following error:
Traceback (most recent call last): File "C:\Users\DELL INDIA\Desktop\PRO_RESULT.py", line 15, in **import pandas as pd File "C:\Users\DELL INDIA\AppData\Local\Programs\Python\Python39\lib\site-packages\pandas_init_.py", line 11, in import(dependency) File "C:\Users\DELL INDIA\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy_init_.py", line 305, in win_os_check() File "C:\Users\DELL INDIA\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy_init.py", line 302, in _win_os_check raise RuntimeError(msg.format(file)) from None RuntimeError: The current Numpy installation ('C:\Users\DELL INDIA\AppData\Local\Programs\Python\Python39\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: tinyurl


What I have tried:

I've tried numerous things such as upgrading pip,reinstalling pandas and numpy , but it all went it vain! I've even reinstalled the software and checked if its added to path , but it certainly was!

Furthermore, I've reinstalled my windows , but it still isn't working.

Could someone please provide a substantial solution to above stated!
Posted
Updated 24-Nov-20 22:35pm
v2

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900