AntonelloDN / Morpho

🦋 A plugin to create Envimet 2.5D and 3D models (INX), write configuration files (SIMX) and run simulations
https://antonellodn.github.io/Morpho/
GNU Affero General Public License v3.0
20 stars 2 forks source link

1. Solution exception:WindowsError #13

Closed andreabotti closed 1 year ago

andreabotti commented 1 year ago

Hi @AntonelloDN , the update to Morpho 1.0.3 failed on one of my PCs. Upon execution of the install_lib.gh, I get the following error:

Runtime error (Win32Exception): WindowsError
Traceback:
  line 273, in rmtree, "C:\Program Files\Rhino 7\Plug-ins\IronPython\Lib\shutil.py"
  line 249, in onerror, "C:\Program Files\Rhino 7\Plug-ins\IronPython\Lib\shutil.py"
  line 275, in rmtree, "C:\Program Files\Rhino 7\Plug-ins\IronPython\Lib\shutil.py"
  line 62, in script

any idea of what this may depend upon?

AntonelloDN commented 1 year ago

Hi @andreabotti, it can be related to IO privileges. I should evaluate if it is a good moment to build an installer.

AntonelloDN commented 1 year ago

Hi @andreabotti, can you try the Morpho.Rhino.Installer of release v1.3.0?

andreabotti commented 1 year ago

Hi @andreabotti, can you try the Morpho.Rhino.Installer of release v1.3.0?

I checked and it works well!