runtime error

error: command '/usr/bin/gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for hunspell Running setup.py clean for hunspell Failed to build hunspell Installing collected packages: hunspell Running setup.py install for hunspell: started Running setup.py install for hunspell: finished with status 'error' error: subprocess-exited-with-error Ɨ Running setup.py install for hunspell did not run successfully. ā”‚ exit code: 1 ā•°ā”€> [14 lines of output] running install /usr/local/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_ext building 'hunspell' extension creating build creating build/temp.linux-x86_64-cpython-310 gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -D_LINUX -I/usr/include/hunspell -I/usr/local/include/python3.10 -c hunspell.cpp -o build/temp.linux-x86_64-cpython-310/hunspell.o -Wall hunspell.cpp:20:10: fatal error: hunspell.hxx: No such file or directory 20 | #include <hunspell.hxx> | ^~~~~~~~~~~~~~ compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure Ɨ Encountered error while trying to install package. ā•°ā”€> hunspell note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure. [notice] A new release of pip available: 22.3.1 -> 23.1.2 [notice] To update, run: python -m pip install --upgrade pip Traceback (most recent call last): File "/home/user/app/app.py", line 10, in <module> import hunspell ModuleNotFoundError: No module named 'hunspell'

Container logs:

Fetching error logs...