Hello,I need to use the Plaxis script to get the result but I have this error (No module plxscripting) in the script! I did below steps:1- Activated remote scripting server2- Started SciTE editor3- Included boilerplate below:from plxscripting. easy import *s_i, g_i = new_server('localhost', 10000, password='password')4- Saved as *.py5- Hit F5and then this error appeared: from plxscripting. easy import *ModuleNotFoundError: No module named 'plxscripting'6-To get rid of that I pressed on windows+R bottom (cmd) and I installed Python packages cd C:\ProgramData\Bentley\Geotechnical\PLAXIS Python Distribution V1\python\Lib\site-packages7- In the command prompt I installed Python modules using the below commandPython -m pip install pandasPython -m pip install easyPython -m pip install plxscripting8- Again I hit F5 to run the scripts and I found this error again: from plxscripting. easy import *ModuleNotFoundError: No module named 'plxscripting'So, Could anyone help e to solve this problem?Many thanks for your help
This seems a duplicate of this one: There is no plxscripting module !!