Is urllib3 missing from blender 2.79b x64 zip? Error when installing blender-cloud addon #63168

Closed
opened 2019-04-01 04:14:56 +02:00 by Eric · 12 comments

System Information
Operating system: Windows 10 Pro x64
Graphics card: nvidia Tesla m60

Blender Version
Broken: 2.79b

Worked: (optional)

Short description of error
Error popup when trying to activate blender_cloud addon after installing addon.
Last 2 lines of error read:

" import urllib3.util.retry
ImportError: No module named 'urllib3'"

Exact steps for others to reproduce the error
Download 2.79b x64 zip for Windows version and extract
Open Blender
Download blender_cloud addon (blender_cloud-1.12.0.addon.zip)
Activate Blender ID addon (able to also reproduce without this step)
Install downloaded blender_cloud addon
Click checkbox to activate addon
See error output

**System Information** Operating system: Windows 10 Pro x64 Graphics card: nvidia Tesla m60 **Blender Version** Broken: 2.79b Worked: (optional) **Short description of error** Error popup when trying to activate blender_cloud addon after installing addon. Last 2 lines of error read: " import urllib3.util.retry ImportError: No module named 'urllib3'" **Exact steps for others to reproduce the error** Download 2.79b x64 zip for Windows version and extract Open Blender Download blender_cloud addon (blender_cloud-1.12.0.addon.zip) Activate Blender ID addon (able to also reproduce without this step) Install downloaded blender_cloud addon Click checkbox to activate addon See error output
Author

Added subscriber: @Eric-2

Added subscriber: @Eric-2

blender/blender-addons#63274 was marked as duplicate of this issue

blender/blender-addons#63274 was marked as duplicate of this issue

Added subscriber: @StephenSwaney

Added subscriber: @StephenSwaney

It appears that urllib3 is not a default module for Python 3.5

It appears that urllib3 is not a default module for Python 3.5

Added subscriber: @Harvester

Added subscriber: @Harvester

Yes, in fact it can be found inside ..\2.79\python\lib\site-packages\requests\packages but you cannot import directly the urllib3 module. Instead it can be imported as a variable:

import requests.packages.urllib3 as urllib3

Yes, in fact it can be found inside ..\2.79\python\lib\site-packages\requests\packages but you cannot import directly the urllib3 module. Instead it can be imported as a variable: import requests.packages.urllib3 as urllib3

Added subscriber: @Prisco

Added subscriber: @Prisco

Added subscriber: @dr.sybren

Added subscriber: @dr.sybren

Please re-test with Blender Cloud add-on 1.13.4

Please re-test with [Blender Cloud add-on 1.13.4](https://cloud.blender.org/services)

Added subscriber: @Blendify

Added subscriber: @Blendify

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Aaron Carlisle self-assigned this 2019-06-29 02:05:36 +02:00

Since last asking for information, it has been 7 or more days, due to the policy of our bug tracker
we will have to archive the report until the requested information is given.

Since last asking for information, it has been 7 or more days, due to the policy of our bug tracker we will have to archive the report until the requested information is given.
Sign in to join this conversation.
No Milestone
No project
No Assignees
7 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: archive/blender-cloud#63168
No description provided.