Project

General

Profile

Actions

Bug #15534

closed

User story #14943: Move rudder-pkg to rudder repo

Rudder-pkg is missing a dependency of python3-distutils on ubuntu

Added by Félix DALLIDET over 4 years ago. Updated over 4 years ago.

Status:
Released
Priority:
N/A
Category:
Server components
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:

Description

Got this error message on ubuntu18:

    ubuntu18_server: Traceback (most recent call last):
    ubuntu18_server:   File "/opt/rudder/bin/rudder-pkg", line 74, in <module>
    ubuntu18_server:     import rudderPkg
    ubuntu18_server:   File "/opt/rudder/share/python/rudder-pkg/rudderPkg.py", line 11, in <module>
    ubuntu18_server:     import plugin
    ubuntu18_server:   File "/opt/rudder/share/python/rudder-pkg/plugin.py", line 2, in <module>
    ubuntu18_server:     import rudderPkgUtils as utils
    ubuntu18_server:   File "/opt/rudder/share/python/rudder-pkg/rudderPkgUtils.py", line 2, in <module>
    ubuntu18_server:     import distutils.spawn
    ubuntu18_server: ModuleNotFoundError: No module named 'distutils.spawn'
    ubuntu18_server: dpkg: error processing package rudder-webapp (--configure):

Actions

Also available in: Atom PDF