Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
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.

  
  
Posted 5 months ago
Votes Newest

Answers


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

  
  
Posted 5 months ago
266 Views
1 Answer
5 months ago
5 months ago
Tags