I have deployed using Docker. But the STATUS OF "magic-bi" in dockerdesktop is Restarting.
I got the log"ModuleNotFoundError: No module named 'paramiko'". I have solved by adding "RUN pip install -i https://mirrors.aliyun.com/pypi/simple/ paramiko" in Dockerfile.
Then the log shows "ModuleNotFoundError: No module named 'caseconverter'".
I can‘t deal the "caseconverter error" with the same way.
Has anyone encountered the same problem? Can anyone provide some guidance? Thank you very much.