Opened 7 years ago

Closed 7 years ago

#1387 closed defect (fixed)

No module named 'wheel.install'

Reported by: bwang@… Owned by: Conrad Huang
Priority: normal Milestone:
Component: Tool Shed Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

The following bug report has been submitted:
Platform:        Linux-4.4.0-128-generic-x86_64-with-debian-stretch-sid
ChimeraX Version: 0.8 (2018-10-26)
Description
(Describe the actions that caused this problem to occur here)

Log:
UCSF ChimeraX version: 0.8 (2018-10-26)  
How to cite UCSF ChimeraX  
Traceback (most recent call last):  
  File "/home/bwang/Bing/bin/chimerax/lib/python3.6/site-
packages/chimerax/ui/widgets/htmlview.py", line 309, in download_requested  
    from wheel.install import WheelFile, BadWheelFile  
ModuleNotFoundError: No module named 'wheel.install'  
  
ModuleNotFoundError: No module named 'wheel.install'  
  
File "/home/bwang/Bing/bin/chimerax/lib/python3.6/site-
packages/chimerax/ui/widgets/htmlview.py", line 309, in download_requested  
from wheel.install import WheelFile, BadWheelFile  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
  File "/home/bwang/Bing/bin/chimerax/lib/python3.6/site-
packages/chimerax/ui/widgets/htmlview.py", line 309, in download_requested  
    from wheel.install import WheelFile, BadWheelFile  
ModuleNotFoundError: No module named 'wheel.install'  
  
ModuleNotFoundError: No module named 'wheel.install'  
  
File "/home/bwang/Bing/bin/chimerax/lib/python3.6/site-
packages/chimerax/ui/widgets/htmlview.py", line 309, in download_requested  
from wheel.install import WheelFile, BadWheelFile  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
  File "/home/bwang/Bing/bin/chimerax/lib/python3.6/site-
packages/chimerax/ui/widgets/htmlview.py", line 309, in download_requested  
    from wheel.install import WheelFile, BadWheelFile  
ModuleNotFoundError: No module named 'wheel.install'  
  
ModuleNotFoundError: No module named 'wheel.install'  
  
File "/home/bwang/Bing/bin/chimerax/lib/python3.6/site-
packages/chimerax/ui/widgets/htmlview.py", line 309, in download_requested  
from wheel.install import WheelFile, BadWheelFile  
  
See log for complete Python traceback.  
  




OpenGL version: 3.3.0 NVIDIA 384.130
OpenGL renderer: GeForce GTX 1080/PCIe/SSE2
OpenGL vendor: NVIDIA Corporation
File attachment: error.log

error.log

Attachments (1)

error.log (273 bytes ) - added by bwang@… 7 years ago.
Added by email2trac

Download all attachments as: .zip

Change History (3)

by bwang@…, 7 years ago

Attachment: error.log added

Added by email2trac

comment:1 by Eric Pettersen, 7 years ago

Component: UnassignedTool Shed
Owner: set to Conrad Huang
Platform: all
Project: ChimeraX
Status: newassigned
Summary: ChimeraX bug report submissionNo module named 'wheel.install'

Reported by Bing Wang

comment:2 by Conrad Huang, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed in f1fb8fb5e.

Updating to new version of wheel broke "More Tools..." download links. Replaced using undocumented wheel functions with documented pkg_resources API.

Note: See TracTickets for help on using tickets.