Closed lopeztarifa closed 4 months ago
A temporary workaround is to edit the code
from
from scm.plams.amsworker import AMSWorkerPool
from scm.plams.amsworker import AMSWorker
to
from scm.plams.interfaces.adfsuite.amsworker import AMSWorkerPool
from scm.plams.interfaces.adfsuite.amsworker import AMSWorker
But not sure how can such a basic issue (importing libraries) has not been tackled before its release.
Hi @damdaepark , thanks for your suggestion the workaround works. I leave the issue open until the imports are fixed.
Hi SCM,
I have updated my local branch to catch up with new developments. After the 'git pull' and a successful install 'python setup.py install', I have the following error in one recipe trying to import the library:
Do you know how I can solve the issue?
Thanks, Pablo