querby Posted August 13, 2019 Posted August 13, 2019 Hello ! I wondered if it was possible to install a Python lib for my project. I want to run a discord bot on my site (and if it works, the site itself will be dedicated to how to install/run/use the bot itself) coded in Python, but I need discord.py lib, as well as its dependancies. https://github.com/Rapptz/discord.pyHere is the link to the lib github. Note that they don't provide any other install solution than using pip (which would require SSH, and it's not available for me). They also require some packages from repos : Please note that on Linux installing voice you must install the following packages via your favourite package manager (e.g. apt, yum, etc) before running the above commands: libffi-dev (or libffi-devel on some systems) python-dev (e.g. python3.6-dev for Python 3.6)Is it possible to install these ? I'll work later on some scripts to start/stop the bot without using SSH. Thanks in advance,Querby
Flaze Posted August 13, 2019 Posted August 13, 2019 This support request is being escalated to our root admin.
querby Posted August 13, 2019 Author Posted August 13, 2019 (edited) Python3 (discord.py doesn't support Python<3.4) Edit : Python version currently running on the server is fine (3.6) Edited August 13, 2019 by querby
Krydos Posted August 13, 2019 Posted August 13, 2019 https://krydos2.heliohost.org/cgi-bin/modules36.py Discord.py is installed on Johnny's python 3.6 now.
Recommended Posts