Hello.
My have a goal, install pocketsphinx in python3 (3.7.5) or python3.8 (3.8.1).
When I try install (in python3) module pocketsphinx, I can see more problem. The last, what I can't solve, this is problem
What's i trying:
sudo apt-get install python3-dev
sudo apt-get install libevent-dev
and of coursesudo apt update
(I don't know, What is the difference between apt and apt get?)Short text error:
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python3.8 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-62vol71b/pocketsphinx/setup.py'"'"'; file='"'"'/tmp/pip-install-62vol71b/pocketsphinx/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-pop7rbfc/install-record.txt --single-version-externally-managed --compile
(and very more) gcc -pthread -Wno-unused-result...compilation terminated.
error: command 'gcc' failed with exit status 1
(full text error I'd not publish, the text is too big)