-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 20.04 - Install Shinken pip install #2013
Comments
I think this is simply because Shinken has not been ported to Python 3 for the moment, and it has been the default on Focal. Is there a |
We ran into the same issue and found a workaround (I would not call it a solution) TL;DR: install pycurl-7.43.0.3 (exactly that version) We had Shinken installed on Ubuntu 18 LTS using the pip install method. It was running but not put into production yet. Last week the Ops team upgraded that server to Ubuntu 20.04. That broke the Shinken installation, it would fail to start with an error Pycurl was also installed from We then tried to So try to run We then tried to install the latest pycurl (7.43.0.6) manually by downloading the source and executing That error was about Repeat the manual installation step with pycurl-7.43.0.3. There, it works! :) The main issue here is that Shinken seems to require Python 2.x and does not work with Python 3.x (?). Ubuntu 20.04 has deprecated Python2 already, other distributions might follow. Any plans/status on a Python3 version of Shinken? [debugging credits: @agh2342] |
Bonsoir |
upgraded ubuntu 18.04->20.04 with shinken. My notes: (don't forget adding /usr/local/bin to your path) (yes it's bionic repos but i don't care) apt install libcurl3 -y starting shinken.... it's works <3 :) |
Hello there,
I want install Shinken on my ubuntu 20.04
i look the doc : https://shinken.readthedocs.io/en/latest/02_gettingstarted/installations/shinken-installation.html#requirements
First attempt :
the pip install :
the install via apt-get :
can u have some help to install shinken on ubuntu 20.04
thanks
The text was updated successfully, but these errors were encountered: