hpcflow / install-scripts

Scripts to install pyinstaller folder version on a local machine.
0 stars 0 forks source link

Bashrc multi install #69

Closed gcapes closed 8 months ago

gcapes commented 8 months ago

Fix #59.

This works fine on my laptop, and the hpcflow installer works fine on CSF3, however, I get errors for installing matflow on CSF3. This might be because I already have matflow installed there? $ ./install-matflow.sh --path --prerelease

unzip:  cannot find or open /tmp/tmp.md1k5qKlQv/matflow-v0.3.0a110-linux-dir.zip, /tmp/tmp.md1k5qKlQv/matflow-v0.3.0a110-linux-dir.zip.zip or /tmp/tmp.md1k5qKlQv/matflow-v0.3.0a110-linux-dir.zip.ZIP.
chmod: cannot access ‘/tmp/tmp.md1k5qKlQv/dist/onedir/matflow-v0.3.0a110-linux-dir’: No such file or directory
mv: cannot stat ‘/tmp/tmp.md1k5qKlQv/dist/onedir/matflow-v0.3.0a110-linux-dir’: No such file or directory
find: ‘/mnt/iusers01/support/mbexegc2/.local/share/matflow/matflow-v*’: No such file or directory

If I delete the ~/.local/share/matflow directory, it runs without error.

cjfullerton commented 8 months ago

Is this still failing on CSF3?

gcapes commented 8 months ago

Not after deleting my ~/.local/share/matflow directory that first time.

cjfullerton commented 8 months ago

Strange. I think it failed because the filenames of the archives it was trying to unzip were wrong (they both end in .zip.zip).