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
[Need Help]Issue regarding Python version for packages. #2814
Comments
|
The In my case, on ubuntu-xenial, it depends on |
|
Thanks for explaining. |
|
Yes, there is python 3 support. But the syslog-ng-mod-python either compiles as 2 or 3. The Also additionally newer version of syslog-ng reports which version it does support via: > syslog-ng --module-registry|grep -A 10 python
Module: mod-python
Status: ok
Version: 3.22.1.17.g1742b11
Core-Revision: 3.22
Description:
The python (python3) module provides Python scripted destination support for syslog-ng.
Plugins:
destination python
source python
source python_fetcher
root python
parser python
template-func python |
Thanks. Agreed. We have to follow this when installing from source. |
I do not really use either ubuntu/debian, but as far as I am aware there is only one package that is either 2 or 3; so no to both of your question. |
|
Got your point. Thanks for helping! :-) |
As per the installation guide, when installing from sources we can select the Python version from which we have to install as per eeeeaba.
But when installing from binaries (Debian/ Ubuntu), unlike
sudo apt install python-fooandsudo apt install python3-foo, we simply dothis installs for which version of Python?
Are the binaries only build for a specific version of python?
Thanks!
The text was updated successfully, but these errors were encountered: