Skip to content

Error when matlab command does not exists #1

Description

@ilianAZZ

python3 ./get_matlab_version.py
Getting MATLAB version... Please wait.
MATLAB not found or error getting version: [Errno 2] No such file or directory: 'matlab'
Traceback (most recent call last):
File "./get_matlab_version.py", line 20, in
major_version = re.search(r"(\d+.\d+).\d+.\d+", matlab_version.decode("utf-8")).group(1)
AttributeError: 'NoneType' object has no attribute 'decode'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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