iwasakims commented on pull request #780:
URL: https://github.com/apache/bigtop/pull/780#issuecomment-852031278


   @sekikn I could not reproduce the `ImportError: No module named setuptools`. 
Maybe because there is python-setuptools on my Ubuntu VM. Could you try 
updating bigtop_toolchain/manifests/packages.pp like below on your env? If it 
works, I will add the fix to this PR.
   ```
   diff --git a/bigtop_toolchain/manifests/packages.pp 
b/bigtop_toolchain/manifests/packages.pp
   index f25e79f8..d97cc176 100644
   --- a/bigtop_toolchain/manifests/packages.pp
   +++ b/bigtop_toolchain/manifests/packages.pp
   @@ -207,6 +207,7 @@ class bigtop_toolchain::packages {
            "bison",
            "flex",
            "python-dev",
   +        "python-setuptools",
            "libffi-dev"
          ]
          file { '/etc/apt/apt.conf.d/01retries':
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to