Jump to content

[Solved] Python lib install


querby

Recommended Posts

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.py

Here 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

 

Link to comment
Share on other sites

Python3 (discord.py doesn't support Python<3.4)

 

Edit : Python version currently running on the server is fine (3.6)

Edited by querby
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...