I used Anaconda to install pyqstem in the following step:
-
create an env named qstem
-
activate the above env, install dependencies:
conda install numpy matplolib scipy jupyter cython scikit-image
conda install -c conda-forge ase
-
cd to pyqstem folder downloaded, install using
python setup.py install
After all these steps, I open jupyter notebooks to run the examples provided. failed with error msg
DLL load failed: The specified module could not be found.
I checked the folder where pyqstem is installed, qstem_interface.cp36-win_amd64.pyd has been generated by the compiler, is this file the dll file needed?
Any solution to this?
BTW: I successfully installed on MacOX, but I came across this problem in Windows platform...

I used Anaconda to install pyqstem in the following step:
create an env named
qstemactivate the above env, install dependencies:
conda install numpy matplolib scipy jupyter cython scikit-imageconda install -c conda-forge asecd to
pyqstemfolder downloaded, install usingpython setup.py installAfter all these steps, I open jupyter notebooks to run the examples provided. failed with error msg
DLL load failed: The specified module could not be found.I checked the folder where pyqstem is installed,
qstem_interface.cp36-win_amd64.pydhas been generated by the compiler, is this file the dll file needed?Any solution to this?
BTW: I successfully installed on MacOX, but I came across this problem in Windows platform...