Opened 9 years ago
Closed 9 years ago
#562 closed defect (fixed)
Update to Python 3.6 and PyQt 5.8
Reported by: | Conrad Huang | Owned by: | Greg Couch |
---|---|---|---|
Priority: | blocker | Milestone: | Alpha Release |
Component: | Infrastructure | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
Update to latest releases of standard packages
Change History (4)
comment:1 by , 9 years ago
Component: | Unassigned → Infrastructure |
---|
comment:2 by , 9 years ago
Owner: | changed from | to
---|
comment:3 by , 9 years ago
Owner: | changed from | to
---|
Branch features/py36 now works for Windows.
Had to upgrade distutils from 0.2.3 to 0.2.4. I took the opportunity to upgrade everything to latest except for grako and networkx. grako may be updatable since the latest is newer than the last time we tested. networkx is used by contacts so TomG will have to take a look.
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Merged into develop branch.
Note:
See TracTickets
for help on using tickets.
PyQt 5.8 is done and works on Linux and Mac OS X -- will be tested on Windows with daily build.
Python 3.6 breaks the toolshed. The _scan_installed function to build the metadata for the installed bundles, doesn't find anything, and thus no tools start. The changes to build Python 3.6 are the features/py36 branch (ie., the git flow py36 branch).