wnielson / Plex-Remote-Transcoder

A distributed transcoding backend for Plex
MIT License
640 stars 59 forks source link

Setup.py returns with error #64

Closed IanTWright closed 6 years ago

IanTWright commented 6 years ago

I'm currently trying to install prt on my Ubuntu server while following the Ubuntu installation guide and it keeps returning with this error. Banging my head into a wall.

Warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*' found under directory '.ci'
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
wnielson commented 6 years ago

Try sudo apt-get install python-psutil, then run python setup.py install again

IanTWright commented 6 years ago

Fixed, thank you!