Patches/10.1: Difference between revisions
(Tidy up markup, add to Patches category) |
m (Protected "Patches/10.1" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
(No difference)
|
Latest revision as of 22:15, 16 August 2022
- Python 3.10 support: Python 3.10 was released after Modeller 10.1, but it is largely compatible with Python 3.9, so it can be made to work with Modeller without much effort:
- 64-bit Windows: download w64_py310_modeller.pyd, go to the directory you installed Modeller in (
C:\Program Files\Modeller10.1
by default), go into thelib\x86_64-w64
subdirectory, make a new subdirectory calledpython3.10
, and put the file in there and call it_modeller.pyd
. Open Registry Editor, make a new key calledHKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\3.10\PythonPath\Modeller10.1
and make it identical to the existingHKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\3.9\PythonPath\Modeller10.1
key. - 32-bit Windows: as for 64-bit Windows, but download w32_py310_modeller.pyd instead and put it in the
lib\i386-w32\python3.10
subdirectory. The registry key should be called3.10-32
rather than3.10
. - Unix tarball: follow the installation instructions for Python 3.9 - they are identical for Python 3.10.
- 64-bit Windows: download w64_py310_modeller.pyd, go to the directory you installed Modeller in (
The patches below can be applied to Modeller 10.1 to fix some minor problems. (Use the Unix patch
command, or apply them by hand.)
💡 The patches are listed in chronological order (oldest first), so you should apply them in this order to avoid problems.
There are currently no patches for 10.1