[RESOLVED] Version Upgrade
Published: January 24, 2024 - 3:36 PM
Good morning,
I was working on version 1.8 of WAPT and I am currently installing the Enterprise version 2.4 and scaling it up.
I repackaged everything.
On some packages, I'm encountering errors that I didn't have before:
And
(In this last package, I kill a process, hence the psutil import)
It would seem that this is coming from the agent, right? Python version?
Thank you for your help
I was working on version 1.8 of WAPT and I am currently installing the Enterprise version 2.4 and scaling it up.
I repackaged everything.
On some packages, I'm encountering errors that I didn't have before:
Code: Select all
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 62-63: malformed \N character escape
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 62-63: malformed \N character escape (setup.py, line 17)Code: Select all
AccessDenied: psutil.AccessDenied (pid=3172)It would seem that this is coming from the agent, right? Python version?
Thank you for your help