I have windows 11 OS and python 3.10.9 installed. Installing baruta package through pip gave following error:
Installing collected packages: scikit-learn, boruta
ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'C:\Users\Gunak\AppData\Local\Programs\Python\Python310\Lib\site-packages\sklearn\.libs\msvcp140.dll'
Consider using the --user
option or check the permissions.
the same can be seen in the below image.
enter image description here
Please help me out with this issue, and let me know how can I install it with out any errors and also please give some information on what the error represent .
Thanks in advance.