XDGFX / ultrasonics

Sync music playlists between all your music services. Do more with your music.
GNU General Public License v3.0
218 stars 18 forks source link

Error during install #39

Open Ba3a-G opened 2 years ago

Ba3a-G commented 2 years ago

I am trying to install it on Amazon Linux. Here is what I am getting:

gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstac

k-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC - I/usr/include/python3.7m -c Levenshtein/_levenshtein.c -o build/temp.linux-x86_64-3.7/Levenshtein/_levenshtein.o unable to execute 'gcc': No such file or directory error: command 'gcc' failed with exit status 1

ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"' "'/tmp/pip-install-c1fjhq_8/python-levenshtein/setup.py'"'"'; file='"'"'/tmp/pip-install-c1fjhq_8/python-levenshtein/s etup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.clo se();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-pf6zzeo1/install-record.txt --single- version-externally-managed --compile --install-headers /usr/local/include/python3.7m/python-Levenshtein Check the logs for full command output.

I checked the ownership and it's all right. Suggestions please?