Opened 6 years ago
Last modified 5 years ago
#2711 assigned defect
Apparently harmless error when building Clipper
Reported by: | Tristan Croll | Owned by: | Greg Couch |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Build System | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
The following bug report has been submitted: Platform: Windows-10-10.0.18362 ChimeraX Version: 0.91 (2019-12-23) Description I'm seeing the following error message when building Clipper on my Windows machine. Doesn't actually seem to be harming anything - the build is still successful. My current ISOLDE version is 1.0b4, and "toolshed list" doesn't show any hint of 1.0b3.dev8. My guess is this is some remnant hanging around from the delayed-install mechanism? Errors may have occurred when running pip: pip standard error: --- ERROR: -himerax-isolde 1.0b3.dev8 has requirement ChimeraX-Clipper==0.9.*, but you'll have chimerax-clipper 0.10.0 which is incompatible. --- Log: UCSF ChimeraX version: 0.91 (2019-12-23) © 2016-2019 Regents of the University of California. All rights reserved. How to cite UCSF ChimeraX Successfully installed 'ChimeraX_ISOLDE-1.0b4-cp37-cp37m-win_amd64.whl' Looking in indexes: https://pypi.org/simple, https://cxtoolshed.rbvi.ucsf.edu/pypi/ Processing c:\users\tic20\appdata\local\ucsf\chimerax\cache\0.91\installers\chimerax_isolde-1.0b4-cp37-cp37m-win_amd64.whl Requirement already satisfied, skipping upgrade: ChimeraX-Atomic>=1.0 in c:\program files\chimerax\bin\lib\site-packages (from ChimeraX-ISOLDE==1.0b4) (1.0) Requirement already satisfied, skipping upgrade: ChimeraX-Clipper==0.10.* in c:\users\tic20\appdata\local\ucsf\chimerax\0.91\site-packages (from ChimeraX- ISOLDE==1.0b4) (0.10.0) Requirement already satisfied, skipping upgrade: ChimeraX-Core==0.91 in c:\program files\chimerax\bin\lib\site-packages (from ChimeraX-ISOLDE==1.0b4) (0.91) Installing collected packages: ChimeraX-ISOLDE Found existing installation: ChimeraX-ISOLDE 1.0b4 Uninstalling ChimeraX-ISOLDE-1.0b4: Successfully uninstalled ChimeraX-ISOLDE-1.0b4 Successfully installed ChimeraX-ISOLDE-1.0b4 Lock 1699526517768 acquired on C:\Users\tic20\AppData\Local\UCSF\ChimeraX\Cache\0.91\toolshed\bundle_info.cache.lock Lock 1699526517768 released on C:\Users\tic20\AppData\Local\UCSF\ChimeraX\Cache\0.91\toolshed\bundle_info.cache.lock OpenGL version: 3.3.0 NVIDIA 426.00 OpenGL renderer: GeForce GTX 1070/PCIe/SSE2 OpenGL vendor: NVIDIA Corporation
Change History (8)
comment:1 by , 6 years ago
Component: | Unassigned → Build System |
---|---|
Owner: | set to |
Platform: | → all |
Project: | → ChimeraX |
Status: | new → assigned |
Summary: | ChimeraX bug report submission → Apparently harmless error when building Clipper |
comment:2 by , 6 years ago
follow-up: 3 comment:3 by , 6 years ago
This is version 0.91 (release candidate) and yes - I'm installing as well as building. On 2020-01-07 19:56, ChimeraX wrote:
comment:4 by , 6 years ago
ChimeraX looks for installed packages first in the user-installed location, then in the application folder. The user location can be found using the ChimeraX command:
info path user versioned data
The site-packages
folder there should have various .dist-info
folders that contain installation information. The system location is, as you probably already know, APP/bin/Lib/site-packages
and should have a lot more .dist-info
folders. Can you check whether something like ChimeraX_ISOLDE-1.0b3dev.dev8.dist-info
exists in either location?
comment:5 by , 5 years ago
Status: | assigned → feedback |
---|
Have the odd error message popped up recently? If not, can I close the ticket?
comment:6 by , 5 years ago
Tristan? can we close ticket? I'm going through and reassigning Conrad's tickets but it seems like he was waiting for feedback from you.
comment:7 by , 5 years ago
Status: | feedback → accepted |
---|
changed to non-feedback in order to change owner; change back as needed
comment:8 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | accepted → assigned |
Which version of ChimeraX are you using to build Clipper, and are you installing in addition to building?
(The warning message is actually from pip. I updated the toolshed code so that unexpected messages like this one when running pip are shown instead of silently ignored.)