PermissionError: [Errno 13] Permission denied: 'C:\\Program Files\\Python35\\Lib\\site-packages\\six.py'

后端 未结 3 687
失恋的感觉
失恋的感觉 2021-01-21 01:51

I am using python 3.5.3, and now I want to install pandas and numpy but not able to, following is the error in cmd, anyone can help me?

 C:\\Program Files\\Pytho         


        
3条回答
  •  独厮守ぢ
    2021-01-21 02:25

    The command line you're using does not have access to C:\\Program Files\\Python35\\Lib\\site-packages\\six.py.

    Run the command in a command line with administrative priveleges.

提交回复
热议问题