A.N.T Landscape add-on broken after psutil API change #63982
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#63982
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: CRUX Linux
Graphics card: GT640
Blender Version
Broken: distribution build, using system Python
Worked: the official buildbot build
Short description of error
Due to a API change in psutil, A.N.T Landscape can't be enabled.
Exact steps for others to reproduce the error
When Blender is built to use system Python, and psutil is installed,
A.N.T Landscape throws a following error when I try to enable it:
Full log ant-log.txt
I asked in #blendercoders, and bzztploink@ suggested a proper way to fix it,
and I came up with this:
0001-ant-landscape-Fix-for-psutil-API-change.patch
I am not a developer, so I am not sure how 'proper' it actually is (my fault, not his :) ),
but it seems to work, tested with a few builds so far.
The reason Blender's Python works fine is that, as far as I can tell, psutil is not shipped with it.
Also, I am not sure when did psutil upstream changes occur, I had the same issue with an old version and the
latest one.
Added subscriber: @Pedja
Added subscriber: @lichtwerk
Sounds reasonable, will doublecheck....
For reference, patch is at https://developer.blender.org/D4759
Added subscriber: @JacquesLucke
Assigning to @JacquesLucke then (because he did the review)
This issue was referenced by
89568c1a42
Changed status from 'Open' to: 'Resolved'