Opened 7 years ago
Closed 7 years ago
#1387 closed defect (fixed)
No module named 'wheel.install'
Reported by: | 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
Attachments (1)
Change History (3)
by , 7 years ago
comment:1 by , 7 years ago
Component: | Unassigned → Tool Shed |
---|---|
Owner: | set to |
Platform: | → all |
Project: | → ChimeraX |
Status: | new → assigned |
Summary: | ChimeraX bug report submission → No module named 'wheel.install' |
Reported by Bing Wang
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
Added by email2trac