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
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:
to
Then it solved the error.
Following is my relatied package version:
wexpect 4.0.0
wexpect-venv 4.0.2