You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm facing an issue when using the sandbox in Dify self-hosted mode:
The error is: No module named 'pandas'
The sandbox service is running and the dependencies from python-requirements.txt appear to be correctly installed on startup from the sandbox container logs.
Here's the content of our requirements file:
pandas
numpy
statsmodels
prophet
scikit-learn
But as far as I can see, no depency is available.
The text was updated successfully, but these errors were encountered:
I changed it like this and it solved The error is: No module named ‘pandas’ problem, I guess it's because of the account authorisation issue, need recompile program
Hi, I'm facing an issue when using the sandbox in Dify self-hosted mode:
The error is: No module named 'pandas'
The sandbox service is running and the dependencies from
python-requirements.txt
appear to be correctly installed on startup from the sandbox container logs.Here's the content of our requirements file:
But as far as I can see, no depency is available.
The text was updated successfully, but these errors were encountered: