Skip to content

Install error on Windows: DLL load failed: The specified module could not be found. #10

@jiadongdan

Description

@jiadongdan

I used Anaconda to install pyqstem in the following step:

  1. create an env named qstem

  2. activate the above env, install dependencies:
    conda install numpy matplolib scipy jupyter cython scikit-image
    conda install -c conda-forge ase

  3. 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...

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions