Hi,
Im trying to run my plaxis python code using Pycharm and as soon as the code reaches "import plxscripting.easy", Ill get ImportError:
"ImportError: cannot import name 'MutableMapping' from 'collections' (C:\Users\Farbod\AppData\Local\Programs\Python\Python310\lib\collections\__init__.py)"
I saw in another question that we need to change the python interpreter in pycharm and choose the one in plaxis directory. But when I do that, pycharm tells me that the interpreter Ive selected is invalid.
I'm quite confused and I appreciate if you can point me in the right direction.
Cheers
Genius! Thanks Stefanos.
Just in case anybody wants to use this in the future, in the code above I think "--Password = YourPassword" should be changed to:
"--AppServerPassword=YourPassword".Thanks again,Farbod