when i deployed and run my app,
i got a message “Error installing requirements.”
In requirements.txt,
“mecab_python @ git+https://github.com/Pusnow/mecab-python-msvc/releases/download/mecab_python-0.996_ko_0.9.2_msvc-4/mecab_python-0.996_ko_0.9.2_msvc-cp37-cp37m-win_amd64.whl”
but when i deploy this app,
ERROR: mecab_python-0.996_ko_0.9.2_msvc-cp37-cp37m-win_amd64.whlcp37m-win_amd64.whl is not a supported wheel on this platform.
and even though i installed pip 23.2 version,
I got a message,
“WARNING: You are using pip version 22.0.3; however, version 23.2 is available.
You should consider upgrading via the ‘/home/appuser/venv/bin/python -m pip install --upgrade pip’ command.
Checking if Streamlit is installed”
please help me, thank you.