How to access a local CSV file using Python in Dify's "Code Call" node

I need to access a local CSV file in a code execution node to automatically retrieve data for fitting, but after running the Python code, it always reports an error: ‘operation not permitted’, even though I have already mounted the file to the sandbox. Please help me find a solution. Or are there other ways to read CSV file content?