Hi @<1668427971179843584:profile|GrumpySeahorse51>
Could you provide the full stack log?
this erros seems to originate from psutil (which is used) but it lacks the clearml-session context
Answered
Hi,
I'M Trying To Follow The Instructions For Opening A Remote Session According To:
Hi,
I'm trying to follow the instructions for opening a remote session according to:
None
I'm on macOS, and when I run clearml-session
I get the following error:
> return _psplatform.net_connections(kind)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/Users/gweisberger/.clearml/venvs-builds/3.11/lib/python3.11/site-packages/psutil/_psosx.py", line 252, in net_connections
> cons = Process(pid).connections(kind)
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> File "/Users/gweisberger/.clearml/venvs-builds/3.11/lib/python3.11/site-packages/psutil/_psosx.py", line 359, in wrapper
> raise AccessDenied(self.pid, self._name)
> psutil.AccessDenied: (pid=93710)
Apparently this is a documented behavior in mac, when I open ipython and try to run psutil.net _connections()
I get the same error.
Anybody found a workaround to make it work on mac? Running as sudo didn't work, I think this is because it is being run in a subprocess.
530 Views
1
Answer
9 months ago
9 months ago
Tags