Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Failed to invoke the specified Python 3 path #6501

Closed
forever-happy-h opened this issue Oct 7, 2023 · 1 comment
Closed

Failed to invoke the specified Python 3 path #6501

forever-happy-h opened this issue Oct 7, 2023 · 1 comment

Comments

@forever-happy-h
Copy link

Hello,

Whenever I need to invoke my desired Python path, the following situation occurs.

$ singularity exec AF_environment.sif /data/mini3/envs/alphafold/bin/python /data/protien/FoldDock/src/sequence_extract.py
INFO: Converting SIF file to temporary sandbox...
FATAL: stat /data2/lvhaohao/mini3/envs/alphafold/bin/python: no such file or directory

And when I don't specify the Python path, Singularity defaults to invoking python3 from /opt/conda/bin/python3, but that file doesn't exist for me.
Afterwards, the following error message will appear.

$ singularity exec AF_environment.sif python3 "/data/protien/FoldDock/src/sequence_extract.py"
INFO: Converting SIF file to temporary sandbox...
/opt/conda/bin/python3: can't open file '/data/protien/FoldDock/src/sequence_extract.py': [Er] No such file or directory

Thank you in advance.

@github-actions
Copy link

github-actions bot commented Oct 7, 2023

New issues are no longer accepted in this repository. If singularity --version says singularity-ce, submit instead to https://github.com/sylabs/singularity, otherwise submit to https://github.com/apptainer/apptainer.

@github-actions github-actions bot closed this as completed Oct 7, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Oct 7, 2023
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant