apologies in advance but I'm not an expert on python - just sys admin!
I've been asked to get rstudio connect to work with python.
I’ve tried the installation as per the website instructions however these refer to CentOS so I’ve had to amend things a bit as we use Ubuntu.
Python3 was already installed systemwide so I’ve installed a python environment in /opt/python/3.7.7 as per the instructions.
The ubuntu package for libev-devel seems to be python3-libevdev which I have also installed but this probably installed for the default version, which may be the cause of the proble and the version installed in /opt/python may not be seeing it. But not knowing enough about python I'm not sure how to fix this.
I’ve also added python3.7.7 to the path in /etc/profile.d/python.sh
Oct 16 12:12:52 azscrsconnect01 systemd[1]: Started RStudio Connect.
Oct 16 12:12:53 azscrsconnect01 systemd[1]: rstudio-connect.service: Main process exited, code=exited, status=1/FAILURE
Oct 16 12:12:53 azscrsconnect01 systemd[1]: rstudio-connect.service: Failed with result 'exit-code'.
It’s probably something simple, but no idea what it is!