I get the below error when I try to install seaborn
File “c:\users\linta.kumar\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\linta.kumar\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: https://tinyurl.com/y3dm3h86
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Unable to install seaborn
hey @lintasheelkumar ,
can you please let me know ,on what python version are you working on. and also what is your operating system.
Thank You and Happy Learning .
My Python version is 3.9.0 and my OS is Windows 10
hey @lintasheelkumar ,
I would recommend you to work on either 3.6 or 3.7 .
python 3.9 is a latest version ,there are many libraries that might not be compatible with this version. and also this might be a reason due to which you are getting this error.
Ok saved my day…Thanks
No problem @lintasheelkumar ,
I would request you to kind mark this doubt as resolved and also provide your valuable feedback.
Thank You and Happy Learning .