Help Center/ CodeArts Deploy/ FAQs/ Software Installation Actions/ Installing Python/ No Permission to Access the Path
Updated on 2023-11-28 GMT+08:00
No Permission to Access the Path
Symptoms
The following log information is displayed.
"msg": "There was an issue creating /usr/local/python3.6.7 as requested: [Errno 13] Permission denied: '***'", "path": "***", "state": "absent"
Cause Analysis
The user does not have the permission to access the path.
Solution
Use any of the following methods:
- Use the file path that can be accessed by the current user.
- Use a user account with higher permissions, for example, root.
- Grant higher permissions to the user by adding 'user ALL=(ALL) ALL' to the /etc/sudoers file. user indicates the user to grant higher permissions to.
Parent topic: Installing Python
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.