Blender ID & Blender Cloud #48903
Loading…
x
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
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
Changed status to: 'Open'
Added subscriber: @stefanocioncoloni
Added subscriber: @dr.sybren
Changed status from 'Open' to: 'Resolved'
Duplicate of archive/pillar#48896.
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").
Changed status from 'Resolved' to: 'Archived'
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?
Which version of Requests is installed?
python3-requests
That's not a version, that's a package name. Try
dpkg -l | grep python3-requests
and/orapt-cache policy python3-requests
.