A.N.T.Landscape: AttributeError: 'Process' object has no attribute 'get_cpu_times' #52786

Closed
opened 2017-09-16 20:33:54 +02:00 by Ian Huang · 15 comments

System Information
Ubuntu 16.04, no graphics card other than Intel HD

Blender Version
Broken: 2.79 release candidate 2, updated via ppa to 2.79 (sub 1) and problem persists.
It does work on the tarball from blender.org.

Short description of error
When I try to enable A.N.T.Landscape in the user preferences, I get this error:
Screenshot from 2017-09-16 11-28-05.png
(sorry, I don't know how to copy the error code in plaintext)

Exact steps for others to reproduce the error
I really don't know. I'd guess it either only applies to linux users or I'm doing something wrong.

**System Information** Ubuntu 16.04, no graphics card other than Intel HD **Blender Version** Broken: 2.79 release candidate 2, updated via ppa to 2.79 (sub 1) and problem persists. It *does* work on the tarball from blender.org. **Short description of error** When I try to enable A.N.T.Landscape in the user preferences, I get this error: ![Screenshot from 2017-09-16 11-28-05.png](https://archive.blender.org/developer/F806204/Screenshot_from_2017-09-16_11-28-05.png) (sorry, I don't know how to copy the error code in plaintext) **Exact steps for others to reproduce the error** I really don't know. I'd guess it either only applies to linux users or I'm doing something wrong.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @imyxhuang

Added subscriber: @imyxhuang

#53537 was marked as duplicate of this issue

#53537 was marked as duplicate of this issue

Added subscriber: @VukGardasevic

Added subscriber: @VukGardasevic

From the description of the issue it seems that the 2.79 RC 2 version was tested and later on updated to a master version.

Blender 2.79 was released.

Since there are changes in master compared to the official release that can cause some problems for add-ons, to eliminate that possibility can you try if the appropriate Linux version works for you from https://www.blender.org/download/ ?

It should not require install.

Marking as Incomplete until the requested information is provided.

From the description of the issue it seems that the 2.79 RC 2 version was tested and later on updated to a master version. Blender 2.79 was released. Since there are changes in master compared to the official release that can cause some problems for add-ons, to eliminate that possibility can you try if the appropriate Linux version works for you from https://www.blender.org/download/ ? It should not require install. Marking as Incomplete until the requested information is provided.
Author

Yeah, the tarball works no problem. Should I contact the owner of the ppa?
Edit: on second thought, the blender-edge package on the ppa was built 8 days ago. So I think I should be able to wait for him to push out a new release and it'll probably be fixed.

Yeah, the tarball works no problem. Should I contact the owner of the ppa? Edit: on second thought, the blender-edge package on the ppa was built 8 days ago. So I think I should be able to wait for him to push out a new release and it'll probably be fixed.
Author

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'

Added subscriber: @Boshko

Added subscriber: @Boshko

Added subscriber: @Torbjorn-Rathsman

Added subscriber: @Torbjorn-Rathsman

I have the same problem with Blender 2.79 (Installed from https://launchpad.net/~thomas-schiex/+archive/ubuntu/blender). If it works in the tarball, I suspect a packaging error.

I have the same problem with Blender 2.79 (Installed from https://launchpad.net/~thomas-schiex/+archive/ubuntu/blender). If it works in the tarball, I suspect a packaging error.

I have the identical problem, I even made a [duplicate task ]] accidentally, which is now archived. The files in that [ https:*launchpad.net/~thomas-schiex/+archive/ubuntu/blender | PPA package were last updated on 2017-09-03 12:28, so I'm pretty sure that obsolete and outdated PPA package is the culprit. Should be resolved as soon as PPA author updates the files, I guess...

I have the identical problem, I even made a [duplicate task ]] accidentally, which is now archived. The files in that [[ https:*launchpad.net/~thomas-schiex/+archive/ubuntu/blender | PPA package ](https:*developer.blender.org/T53066) were last updated on `2017-09-03 12:28`, so I'm pretty sure that obsolete and outdated PPA package is the culprit. Should be resolved as soon as PPA author updates the files, I guess...
Author

Yep, I think you're both right. Thomas Schiex has updated the blender-edge package a few times, but I haven't used ANT landscape since. I'll let everyone know if it's fixed in that package when I get home.

Yep, I think you're both right. Thomas Schiex has updated the blender-edge package a few times, but I haven't used ANT landscape since. I'll let everyone know if it's fixed in that package when I get home.
Author

Oh, great … I now have this error:
image.png
Numpy is installed normally, but for some reason blender can't access it.…
Same for the scripting window:

>>> import numpy

Traceback (most recent call last):
  File "<blender_console>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 180, in <module>
    from . import add_newdocs
  File "/usr/lib/python3/dist-packages/numpy/add_newdocs.py", line 13, in <module>
    from numpy.lib import add_newdoc
  File "/usr/lib/python3/dist-packages/numpy/lib/__init__.py", line 8, in <module>
    from .type_check import *
  File "/usr/lib/python3/dist-packages/numpy/lib/type_check.py", line 11, in <module>
    import numpy.core.numeric as _nx
  File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 14, in <module>
    from . import multiarray
ImportError: cannot import name 'multiarray'

I've contacted Thomas Schiex, so hopefully he'll get back to me with an answer.

Oh, great … I now have this error: ![image.png](https://archive.blender.org/developer/F1049149/image.png) Numpy is installed normally, but for some reason blender can't access it.… Same for the scripting window: ``` >>> import numpy Traceback (most recent call last): File "<blender_console>", line 1, in <module> File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 180, in <module> from . import add_newdocs File "/usr/lib/python3/dist-packages/numpy/add_newdocs.py", line 13, in <module> from numpy.lib import add_newdoc File "/usr/lib/python3/dist-packages/numpy/lib/__init__.py", line 8, in <module> from .type_check import * File "/usr/lib/python3/dist-packages/numpy/lib/type_check.py", line 11, in <module> import numpy.core.numeric as _nx File "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 14, in <module> from . import multiarray ImportError: cannot import name 'multiarray' ``` I've contacted Thomas Schiex, so hopefully he'll get back to me with an answer.
Author

Thomas says that the python3-numpy package in Ubuntu 16.04 isn't at 3.6 yet.
He's working on packaging it, but for now this works:

$ python3.6 -m pip install numpy
Collecting numpy
  Downloading numpy-1.13.3-cp36-cp36m-manylinux1_x86_64.whl (17.0MB)
    100% |████████████████████████████████| 17.0MB 90kB/s
Installing collected packages: numpy
Successfully installed numpy-1.11.0

Edit: after upgrading to Ubuntu 17.10 and installing the most recent version of the PPA, this still breaks A.N.T Landscape but numpy can be imported by the Blender console ... I'll email Thomas Schiex again.

Thomas says that the python3-numpy package in Ubuntu 16.04 isn't at 3.6 yet. He's working on packaging it, but for now this works: ``` $ python3.6 -m pip install numpy Collecting numpy Downloading numpy-1.13.3-cp36-cp36m-manylinux1_x86_64.whl (17.0MB) 100% |████████████████████████████████| 17.0MB 90kB/s Installing collected packages: numpy Successfully installed numpy-1.11.0 ``` Edit: after upgrading to Ubuntu 17.10 and installing the most recent version of the PPA, this still breaks A.N.T Landscape but numpy can be imported by the Blender console ... I'll email Thomas Schiex again.

Added subscriber: @GreenXenith-3

Added subscriber: @GreenXenith-3
Sign in to join this conversation.
No Milestone
No project
No Assignees
5 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#52786
No description provided.