Skip to content

Error: 'NoneType' object has no attribute 'terminate' #34

Description

@heegreis

When the version of clearml-session is between 0.11.0~0.13.0, I got the error same as the title after starting SSH tunnel.
My OS is Windows 11.

According the release log Release PyPI v0.11.0 · allegroai/clearml-session, I tried to edit the code of clearml-session:

if sys.platform == 'win32':
    import msvcrt  # noqa
    import wexpect_venv as pexpect

to

if sys.platform == 'win32':
    import msvcrt  # noqa
    import wexpect as pexpect

Then it solved the error.

Following is my relatied package version:
wexpect 4.0.0
wexpect-venv 4.0.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions