Using PYOMO + GLPK on Streamlit Share

Sorry. My mistake.
I mean, GLPK is getting error to install on streamlitshare.

*> ```*
*>   Building wheel for glpk (PEP 517): finished with status 'error'*
*> ```*
*> *
*> ```*
*>   ERROR: Command errored out with exit status 1:*
*> ```*
*> *
*> ```*
*>    command: /home/appuser/venv/bin/python /home/appuser/venv/lib/python3.7/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /tmp/tmp3kc7jp2j*
*> ```*
*> *
*> ```*
*>        cwd: /tmp/pip-install-6kkq8czv/glpk_3fefe17034aa403dbbe46999c8950ed1*
*> ```*
*> *
*> ```*
*>   Complete output (14 lines):*
*> ```*
*> *
*> ```*
*>   running bdist_wheel*
*> ```*
*> *
*> ```*
*>   running build*
*> ```*
*> *
*> ```*
*>   running build_ext*
*> ```*
*> *
*> ```*
*>   building 'glpk' extension*
*> ```*
*> *
*> ```*
*>   creating build*
*> ```*
*> *
*> ```*
*>   creating build/temp.linux-x86_64-3.7*
*> ```*
*> *
*> ```*
*>   creating build/temp.linux-x86_64-3.7/src*
*> ```*
*> *
*> ```*
*>   gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DVERSION_NUMBER="0.4.6" -I/home/appuser/venv/include -I/usr/local/include/python3.7m -c src/glpk.c -o build/temp.linux-x86_64-3.7/src/glpk.o*
*> ```*
*> *
*> ```*
*>   In file included from src/glpk.c:21:*
*> ```*
*> *
*> ```*
*>   src/lp.h:24:10: fatal error: glpk.h: No such file or directory*
*> ```*
*> *
*> ```*
*>    #include <glpk.h>*
*> ```*
*> *
*> ```*
*>             ^~~~~~~~*
*> ```*
*> *
*> ```*
*>   compilation terminated.*
*> ```*
*> *
*> ```*
*>   error: command 'gcc' failed with exit status 1*
*> ```*
*> *
*> ```*
*>   ----------------------------------------*
*> ```*