Import psutil Error


Traceback (most recent call last):
File "", line 1, in
File "C:\Users\ring.gao.ignition\cache\gwlocalhost_8088\C0\pylib\psutil_init_.py", line 151, in
raise NotImplementedError('platform %s is not supported' % sys.platform)
NotImplementedError: platform java11.0.18 is not supported

I can't import that module, so I guess you added it yourself?

If you added your own site module there are some limitations. You can't use any python 3 modules or modules with C dependancies.

See the below:

and

Let's take a step back.

Are you trying to get that information about a Client or the Gateway?

1 Like

From your own copy-paste:

What exactly are you asking ? There's no question in your post.

psutil has native operating system requirements. It can not be used in Jython.

2 Likes