A.N.T. Landscape Add-on cannot be enabled #53066

Closed
opened 2017-10-14 12:50:28 +02:00 by Božidar Stevčić · 5 comments

System Information
Operating system: Ubuntu 16.04.3 LTS (xenial)
Graphics card: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X]

Blender Version
Broken: Blender 2.79 (sub 0) Installed via PPA [http://ppa.launchpad.net/thomas-schiex/blender/ubuntu/]
Worked: 2.78b also 2.79 Official tarball download

Short description of error

Report: Error
Traceback (most recent call last):
File "/usr/share/blender/2.79/scripts/modules/addon_utils.py", line 331, in enable mod = __import__(module_name)
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/__init__.py", line 42, in <module> from ant_landscape import ass_mesh_ant_landscape
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/add_mesh_ant_landscape.py", line 33, in <module> from .ant_functions import (
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/ant_functions.py", line 779, in <module> class Eroder(bpy.types.Operator):
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/ant_functions.py", line 937, in Eroder stats = Stats()
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 16, in __init__ self.reset()
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 19, in reset self.lasttime = self._gettime()
File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 28, in _gettime m=self.process.get_cpu_times()
AttributeError: 'Process' object has no attribute 'get_cpu_times'

Exact steps for others to reproduce the error

  • Blender > User Preferences... > Add-ons
  • Trying to enable add-on "Add Mesh: A.N.T.Landscape"

Add-on cannot be enabled, warning message with error report displays on screen (cited above)

Add-on is installed by default Blender installation, and all (10) required files are present at /usr/share/blender/2.79/scripts/addons/ant_landscape/

Sample .blend file with default cube (if needed or anyhow useful):
sample-ant-landscape-error.blend

**System Information** Operating system: `Ubuntu 16.04.3 LTS (xenial)` Graphics card: `Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X]` **Blender Version** Broken: `Blender 2.79 (sub 0)` *Installed via PPA* [http://ppa.launchpad.net/thomas-schiex/blender/ubuntu/] Worked: `2.78b` also `2.79` *Official tarball download* **Short description of error** ``` Report: Error Traceback (most recent call last): File "/usr/share/blender/2.79/scripts/modules/addon_utils.py", line 331, in enable mod = __import__(module_name) File "/usr/share/blender/2.79/scripts/addons/ant_landscape/__init__.py", line 42, in <module> from ant_landscape import ass_mesh_ant_landscape File "/usr/share/blender/2.79/scripts/addons/ant_landscape/add_mesh_ant_landscape.py", line 33, in <module> from .ant_functions import ( File "/usr/share/blender/2.79/scripts/addons/ant_landscape/ant_functions.py", line 779, in <module> class Eroder(bpy.types.Operator): File "/usr/share/blender/2.79/scripts/addons/ant_landscape/ant_functions.py", line 937, in Eroder stats = Stats() File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 16, in __init__ self.reset() File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 19, in reset self.lasttime = self._gettime() File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 28, in _gettime m=self.process.get_cpu_times() AttributeError: 'Process' object has no attribute 'get_cpu_times' ``` **Exact steps for others to reproduce the error** - Blender > User Preferences... > Add-ons - Trying to enable add-on "**Add Mesh: A.N.T.Landscape**" # Add-on cannot be enabled, warning message with error report displays on screen (cited above) Add-on is installed by default Blender installation, and all (10) required files are present at `/usr/share/blender/2.79/scripts/addons/ant_landscape/` Sample `.blend` file with default cube (if needed or anyhow useful): [sample-ant-landscape-error.blend](https://archive.blender.org/developer/F1026572/sample-ant-landscape-error.blend)

Changed status to: 'Open'

Changed status to: 'Open'

Added subscriber: @Boshko

Added subscriber: @Boshko
Member

Added subscriber: @LazyDodo

Added subscriber: @LazyDodo
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Ray molenkamp self-assigned this 2017-10-14 16:36:44 +02:00
Member

If our official version works, you'll have to take this up with whomever packaged this for your distro.

If our official version works, you'll have to take this up with whomever packaged this for your distro.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 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: blender/blender-addons#53066
No description provided.