2.78c is missing the Python requests package which breaks many things #50821

Closed
opened 2017-02-28 17:21:54 +01:00 by Chuck Ocheret · 9 comments

System Information
Mac OS X Sierra

Blender Version
Broken: (2.78c)
Worked: (2.78b)

Short description of error
Today's first release of 2.78c appears to be missing the Python requests package. This breaks the Blender Cloud Add-on among other things.

Exact steps for others to reproduce the error

  1. Install Blender 2.78c.
  2. Switch to the Scripting scene layout
  3. Try to import the requests package
  4. See an error...
>>> import requests

Traceback (most recent call last):
  File "<blender_console>", line 1, in <module>
ImportError: No module named 'requests'
  1. Observe that this also breaks the Blender Cloud Add-On with the same ImportError when you try to activate it.
  2. Observe that the same import statement works in all recent previous versions of Blender.
**System Information** Mac OS X Sierra **Blender Version** Broken: (2.78c) Worked: (2.78b) **Short description of error** Today's first release of 2.78c appears to be missing the Python requests package. This breaks the Blender Cloud Add-on among other things. **Exact steps for others to reproduce the error** 1. Install Blender 2.78c. 2. Switch to the Scripting scene layout 3. Try to import the requests package 4. See an error... ``` >>> import requests Traceback (most recent call last): File "<blender_console>", line 1, in <module> ImportError: No module named 'requests' ``` 5. Observe that this also breaks the Blender Cloud Add-On with the same ImportError when you try to activate it. 6. Observe that the same import statement works in all recent previous versions of Blender.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @ChuckOcheret

Added subscriber: @ChuckOcheret

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

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

Added subscriber: @Sergey

Added subscriber: @Sergey

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Sergey Sharybin self-assigned this 2017-03-02 09:44:09 +01:00

We've re-uploaded the OSX archive with properly packed requests into it.

Please re-download and be happy :)

We've re-uploaded the OSX archive with properly packed requests into it. Please re-download and be happy :)

Added subscriber: @BobKlassen

Added subscriber: @BobKlassen

The Windows (10, 64 bit) version of Blender 2.78c is missing the Python requests package also. Could you re-package it in please?Python paths 2.78c on Windows.PNG

The Windows (10, 64 bit) version of Blender 2.78c is missing the Python requests package also. Could you re-package it in please?![Python paths 2.78c on Windows.PNG](https://archive.blender.org/developer/F587513/Python_paths_2.78c_on_Windows.PNG)

I don't see requests being missing and don't see why printing sys.path would indicate anything. Requests is in site-packages directory, which is clearly listed on your screenshot.

Doing import requests goes fine in both 32 and 64 bits of blender unpacked from .zip. .msi packages should have the same content.

I don't see requests being missing and don't see why printing `sys.path` would indicate anything. Requests is in site-packages directory, which is clearly listed on your screenshot. Doing `import requests` goes fine in both 32 and 64 bits of blender unpacked from .zip. .msi packages should have the same content.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
4 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#50821
No description provided.