imAIgene-Dream3D / BGT

BGT
Apache License 2.0
0 stars 0 forks source link

installation error #2

Closed UddeshyaPandey closed 3 weeks ago

UddeshyaPandey commented 4 months ago

I was trying to install the singularity image

at step 5

uddeshya@LAPTOP-SNHQ6L1T:~/test_bgt/singularity/builddir$ singularity shell --pid bgt_image.sif

Error

FATAL: could not open image /home/uddeshya/test_bgt/singularity/builddir/bgt_image.sif: failed to retrieve path for /home/uddeshya/test_bgt/singularity/builddir/bgt_image.sif: lstat /home/uddeshya/test_bgt/singularity/builddir/bgt_image.sif: no such file or directory

my current directory /home/uddeshya/test_bgt/singularity/builddir

i am using windows 11

miguelhroca commented 4 months ago

Can you try to do chmod +x bgt_image.sif and make sure that the file exist in that directory? And try to execute it again

UddeshyaPandey commented 3 weeks ago

Solved