Utsusemi4 Installation (Anaconda)¶
Download of Anaconda¶
Anaconda is most famous Python execution environment for a first step of larning python.
The installer enable to be downloaded from page for Anaconda Individual Edition .
Warning
The version of Python installed is depended on the version of Anaconda. Latest Anaconda includes Python 3.8.
Available Anaconda versions, on which we’ve confirmed Utsusemi4 execution, are shown below.
Anaconda ver. |
Dawnloaded File |
Installed Python ver. |
---|---|---|
2021.05 (Latest) |
Anaconda3-2021.05-Windows-x86_64.exe |
3.8 |
2020.11 |
Anaconda3-2020.11-Windows-x86_64.exe |
|
2019.03 |
Anaconda3-2019.03-Windows-x86_64.exe |
3.7 |
Installation of Anaconda¶
As we omit some details about Anaconda installation please check it on Web.
[Home Folder]/Anaconda3 is the defalt installation directory.
Usually you should choose the default settings.
After installation, you should update Anaconda itself by executing the command as below on the Anaconda terminal application (ex. Anaconda Powershell Prompt ). On ommitting this step, there is a possiblity of some troubles at installing of Utsusemi4.
> conda install anaconda
Utsusemi4 Installation¶
If the previous version of Utsusemi has been installed, you must uninstall it at first.
Next, download the Utsusemi4 installer from Utsusemi portal site.
Warning
Installer file depends on the version of Anaconda.
Anaconda ver. |
Installed Python ver. |
Utsusemi4 Installer. |
---|---|---|
2021.05 (Latest) |
3.8 |
Utsusemi4_Anaconda2020.11.4.0.210713.PY38.x86_64.msi |
2020.11 |
||
2019.03 |
3.7 |
Utsusemi4_Anaconda2019.03.4.0.210713.PY37.x86_64.msi |
Double click on the installer of Utsusemi4 downloaded to install.
Installation steps is normally same as one of Python.org version. However, after installation of Anaconda, you must install PySide2 individual by yourself as shown below. If you omit this step, Utsusemi4 GUI software cannot be launched.
- Installation of PySide2
We prepare the PySide2 installation script on Anaconda InstallPyside2_forAnaconda.bat which is placed in Utsusemi folder ( C://Program Files/Utsusemi as default ). Execute this script with the administrator privilege .
Warning
This script can be executed without the administrator privilege, but Utsusemi4 software will not be launched. So you must execute with the privilege.
Wait a moment ( a few minites ) for script finished.