Maniphest T48903

Blender ID & Blender Cloud
Closed, Archived

Assigned To
Sybren A. Stüvel (sybren)
Authored By
stefano (stevin75)
Jul 20 2016, 9:50 AM
Tags
  • Blender Cloud
Subscribers
stefano (stevin75)
Sybren A. Stüvel (sybren)

Description

System Information
Linux Mint, ATi Mobility Radeon HD 4330 Graphics Card with 512 MB VRAM

Blender Version
2.77
i can't install the addons on linux. They works fine on windows 7, same release of Blender

Related Objects

Event Timeline

stefano (stevin75) created this task.Jul 20 2016, 9:50 AM
Sybren A. Stüvel (sybren) changed the task status from Unknown Status to Resolved.Jul 20 2016, 11:04 AM
Sybren A. Stüvel (sybren) claimed this task.
Sybren A. Stüvel (sybren) lowered the priority of this task from 90 to Normal.
Sybren A. Stüvel (sybren) edited projects, added Blender Cloud; removed Add-ons (Community).
Sybren A. Stüvel (sybren) added a subscriber: Sybren A. Stüvel (sybren).

Duplicate of T48896.

The Blender we ship from blender.org includes the Requests Python package. Apparently Linux Mint strips this off, so you have to install it yourself (it's probably called "python3-requests").

Sybren A. Stüvel (sybren) changed the task status from Resolved to Unknown Status.Jul 20 2016, 11:04 AM
stefano (stevin75) added a comment.Jul 22 2016, 7:36 AM

Thanks Sybren, i tried and now the ID addon works fine.
Unfortunately I have a similar problem with the cloud, can you please help me?

Sybren A. Stüvel (sybren) added a comment.Jul 22 2016, 8:56 AM

Which version of Requests is installed?

stefano (stevin75) added a comment.Jul 22 2016, 9:52 AM

python3-requests

Sybren A. Stüvel (sybren) added a comment.Jul 23 2016, 1:00 PM

That's not a version, that's a package name. Try dpkg -l | grep python3-requests and/or apt-cache policy python3-requests.