ghosttrain ghosttrain
Bookmark

Python

Posted February 28th, 2020    1382   1  

Can i run Python scripts?

7 Replies

angoikon
angoikon
Staff

Hello!
Yes you can run python scripts in your seedbox, just make sure that the script is not CPU intensive which will create problems for other users on the same server

Moatazalaa
Moatazalaa

How can I run a script on seedbox?

angoikon
angoikon
Staff

From your seedbox terminal, issue 'python /path/to/your/script.py' or 'python3 /path/to/your/script.py' (for python version 2 and 3 retrospectively)

DataSquid

SickChill now requires python3.6+. The current version installed is 3.5.2. Is it possible to upgrade?

angoikon
angoikon
Staff

We will be upgrading soon the python libs so the newer version of sickchill can be supported - you don't have to do anything from your side

any news on the python upgrade?
Tanuki
Tanuki

Any news?

angoikon
angoikon
Staff

I currently see that the sickchill container runs python version 3.9.7 .

If you meant your seedbox container instead, you can upgrade it yourself by using pyenv (via git clone and then following the guidelines regarding .bashrc and .profile ).

Alternatively, please open a support ticket from your client area requesting an upgrade to a specific version so we can install it for you