[Scilab-users] Can't install ATOMS modules

Andrii Ryzhkov andrii.ryzhkov at gmail.com
Thu Feb 14 20:00:08 CET 2013


Adrien,

I run Windows 8 64bit. But I did the same installation on other Windows 8
PCs and it was fine.
As a temporary workaround , I managed to install ATOMS module manually.
That's how I do it:

1) Try to install ATOMS module in GUI as usual. For example, "MinGw
toolbox". It results in error, but the module is downloaded in
C:\Users\Andrii\AppData\Roaming\Scilab\scilab-5.4.0\atoms\x64\mingw\mingw_0.9.1-1.bin.x64.windows.zip

2) Go to the C:\Program Files\scilab-5.4.0\contrib and make here a folder
named after module name "mingw" in my case. And inside the last one, a
folder with a version number "0.9.1-1".

3) Unzip the content of the module package into C:\Program
Files\scilab-5.4.0\contrib\mingw\0.9.1-1
Keep in mind, that package has an upper level folder and the actual content
is inside of it. Unzip only this content.

4) Execute while running SciLab as administrator
load(SCI+"\.atoms\installed.bin")
Notice, you may have no a C:\Program Files\scilab-5.4.0\.atoms folder. I
enclosed mine, unzip it.

5) Add description of your module
installed_mat = [installed_mat; "mingw", "0.9.1-1", "allusers",
"SCI\contrib\mingw\0.9.1-1", "I"]

6) Delete old file
C:\Program Files\scilab-5.4.0\.atoms\installed.bin

7) Save new one
save(SCI+"\.atoms\installed.bin",installed_mat)

8) Check in GUI if ATOMS module is installed.

Best regards,
Andrii


Sincerely,

Dr. Andrii Ryzhkov

Fulbright Visiting Scholar
University of Colorado at Boulder
Department of Electrical, Computer, and Energy Engineering
ECOT 431
425 UCB
Boulder, CO 80309-0425

E-mail: andrii.ryzhkov at gmail.com
Skype: andriy.ryzhkov
Mobile: 303-475-1332


On Thu, Feb 14, 2013 at 5:34 AM, Adrien Vogt-Schilb <vogt at centre-cired.fr>wrote:

>  i have te same proble with windows 8, any scialb version
>
> Andrii, are you running win 8 ?
>
> All, do you know how to install manually an atoms package?
> this means download, unzip, and register it manually
>
> (as it seemes the problems comes from unzipping the package once
> downloaded)
>
> thanx
>
>
>
> On 14/02/2013 00:30, Andrii Ryzhkov wrote:
>
> Hi,
>
>  I have problem installing ATOMS in SciLab 5.4.0 x64. Trying to install
> any ATOMS module I got an error:
>
>  -->atomsInstall ('femtruss');
>  atomsExtract: The extraction of the archive
> 'C:\Users\Andrii\AppData\Roaming\Scilab\scilab-5.4.0\atoms\x64\femtruss\femtruss_1.2.1-1.bin.zip'
> has failed.
>  !--error 10000
>
>  at line      51 of function atomsError called by :
> at line      82 of function atomsExtract called by :
> at line     318 of function atomsInstall called by :
> atomsInstall ('femtruss');
>
> I tried to run SciLab as administrator, tried 32bit version and even tried
> to re-install SciLab. Did not work.
> I previously had the same installations and it worked fine, but now I
> don't get it.
>
>  Will appreciate any hint. Thanks.
>
>  Best regards,
> Andrii
>
>
> _______________________________________________
> users mailing listusers at lists.scilab.orghttp://lists.scilab.org/mailman/listinfo/users
>
>
>
> --
> Adrien Vogt-Schilb (Cired)
> Tel: (+33) 1 43 94 73 83
>
>
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20130214/0f768b74/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .atoms.zip
Type: application/zip
Size: 182615 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20130214/0f768b74/attachment.zip>


More information about the users mailing list