Error information
In the process of using Python to do data set, the following error is reported:
Cause of error
The error is translated as follows:
Permission error: [errno 13] permission denied:
The cause of the error is that the file cannot be opened. The possible cause is that the file cannot be found, or it is occupied, or it has no permission to access, or it is not a file but a directory that is opened.
Solution
The solution is as follows:
1. Check whether the file in the corresponding path exists and is occupied. If the file does not exist, the corresponding file can be found; if the file exists and is occupied, the occupied program will be closed temporarily.
2. Modify the permission of CMD to run as an administrator.
3. Check whether the folder is open. ——Check whether other software is viewing this folder
or not
Read More:
- Python error: permissionerror: [errno 13] permission denied solution details
- Error in installing Matplotlib Library: permissionerror: [errno 13] permission denied: ‘/ usr / local / lib / python3.6’
- Detailed explanation of yield in Python — the simplest and clearest explanation
- pip install – PermissionError: [Errno 13] Permission denied
- HTTP error 401 and 403 detailed explanation and solution
- Windowserror: [error 183] error and in Python os.raname () detailed explanation
- Detailed explanation of Python__ new__() method
- [Linux] solution: SCP different server copy file prompt permission denied, please try again
- Detailed explanation of UART, SPI and IIC and their differences and relations
- Solution to permission denied
- Mac boot boot the most detailed explanation, so that the automatic start of the program can not escape
- Android has applied for permission and still prompts open failed: eacces (permission denied)
- Permission error: [errno 13] permission denied: ‘… ” xxx.pyd ‘
- Solve the problem of dynamically applying for permission, but still reporting an error of open failed: eacces (permission denied)
- [Python] numpy library array splicing np.concatenate Detailed explanation and examples of official documents
- Monkey stress test (4)-adb opendir failed, Permission denied solution
- Ioerror: [errno 13] permission denied
- Solution: how to set program permission as administrator permission in vs2019
- Git error: no permission remote: error: unable to unlink old ‘ README.md ‘ (Permission denied)
- move_uploaded_file() failed to open stream: Permission denied