Buildbot: Update setuptools to latest version #114

Closed
opened 2024-07-30 10:43:10 +02:00 by Bart van der Braak · 1 comment

After the upgrade of 3.11.6, setuptools was automatically removed due to it not being a sub-dependency anymore within the current Pipfile configuration. I will re-add it.

[Sergey]
Bart van der Braak Hey, not sure if it is related to recent updates
https://builder.blender.org/admin/#/builders/130/builds/739
https://builder.blender.org/admin/#/builders/129/builds/738

After the upgrade of 3.11.6, `setuptools` was automatically removed due to it not being a sub-dependency anymore within the current Pipfile configuration. I will re-add it. > **[Sergey]** > Bart van der Braak Hey, not sure if it is related to recent updates > https://builder.blender.org/admin/#/builders/130/builds/739 > https://builder.blender.org/admin/#/builders/129/builds/738
Bart van der Braak added this to the DevOps Progress Board project 2024-07-30 10:43:10 +02:00
Bart van der Braak changed title from Buildbot: Add `setuptools` as explicit dependency to Buildbot: Update `setuptools` to latest version 2024-07-30 12:18:13 +02:00
Author
Owner
blender@pvet-lct-ubuntu-2004-05:~$ . /home/blender/.local/share/virtualenvs/buildbot-worker-oziY7V9G/bin/activate
(buildbot-worker-oziY7V9G) blender@pvet-lct-ubuntu-2004-05:~$ pip install --upgrade setuptools
Collecting setuptools
  Downloading setuptools-72.1.0-py3-none-any.whl (2.3 MB)
     |████████████████████████████████| 2.3 MB 24.7 MB/s 
Installing collected packages: setuptools
  Attempting uninstall: setuptools
    Found existing installation: setuptools 44.0.0
    Uninstalling setuptools-44.0.0:
      Successfully uninstalled setuptools-44.0.0
Successfully installed setuptools-72.1.0
(buildbot-worker-oziY7V9G) blender@pvet-lct-ubuntu-2004-05:~$ logout
Connection to pvet-lct-ubuntu-2004-05.worker.tlab.blender closed.
``` blender@pvet-lct-ubuntu-2004-05:~$ . /home/blender/.local/share/virtualenvs/buildbot-worker-oziY7V9G/bin/activate (buildbot-worker-oziY7V9G) blender@pvet-lct-ubuntu-2004-05:~$ pip install --upgrade setuptools Collecting setuptools Downloading setuptools-72.1.0-py3-none-any.whl (2.3 MB) |████████████████████████████████| 2.3 MB 24.7 MB/s Installing collected packages: setuptools Attempting uninstall: setuptools Found existing installation: setuptools 44.0.0 Uninstalling setuptools-44.0.0: Successfully uninstalled setuptools-44.0.0 Successfully installed setuptools-72.1.0 (buildbot-worker-oziY7V9G) blender@pvet-lct-ubuntu-2004-05:~$ logout Connection to pvet-lct-ubuntu-2004-05.worker.tlab.blender closed. ```
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: infrastructure/blender-projects-platform#114
No description provided.