There is no plxscripting module!

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 server

2- Started SciTE editor

3- Included boilerplate below:

from plxscripting. easy import *
s_i, g_i = new_server('localhost', 10000, password='password')

4- Saved as *.py

5- Hit F5

and 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-packages

7- In the command prompt I installed Python modules using the below command

Python -m pip install pandas

Python -m pip install easy

Python -m pip install plxscripting

8- 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