Skip to content

##[error]The process '/bin/bash' failed with exit code 127  #115

@gorros

Description

@gorros

Describe the bug
A clear and concise description of what the bug is.

Which version of the action are you using?

  • v1
  • v2
  • Some other tag (such as v2.0.1 or master)

Environment

  • self-hosted
  • Linux
  • Windows
  • Mac

If applicable, please specify if you're using a container

Python Versions
3.7.8

To Reproduce
Steps to reproduce the behavior:
I am trying to install Python 3.7 on Ubuntu 18.04 self-hosted instance.

Screenshots

Screen Shot 2020-07-16 at 1 27 04 PM

I assume that fails after this line of setup.sh
cchmod +x ../python $PYTHON_MAJOR $PYTHON_MAJOR_DOT_MINOR $PYTHON_MAJORMINOR python
Since when I try ./python I get.
./python: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
System python version is 3.6.9
So when I changed version to 3.6.9 it worked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions