Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyqstem.interface error #7

Open
cphatak opened this issue Feb 16, 2018 · 2 comments
Open

pyqstem.interface error #7

cphatak opened this issue Feb 16, 2018 · 2 comments

Comments

@cphatak
Copy link

cphatak commented Feb 16, 2018

Hi,

I was trying to install PyQSTEM on Mac OS X 10.12.6. As per the instructions, everything was installed correctly with few warnings but when trying to import pyqstem, I get the following error -

Python 3.6.0 |Anaconda custom (x86_64)| (default, Dec 23 2016, 13:19:00)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.57)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

from pyqstem import PyQSTEM
Traceback (most recent call last):
File "", line 1, in
File "/Users/cphatak/Applications/PyQSTEM/pyqstem/init.py", line 2, in
from pyqstem.qstem_interface import PyQSTEM
ModuleNotFoundError: No module named 'pyqstem.qstem_interface'

Any help appreciated. Thanks,

cheers,
-cd

@ImogenN
Copy link

ImogenN commented Mar 30, 2018

Hi,

I'm having the same issue using windows. Appreciate any advice.

@daknez
Copy link

daknez commented Apr 3, 2019

Same here, tried with python 3.7.1 on Windows 10 with anaconda and also with Ubuntu bash under Windows with python 3.6.7 (no anaconda). Compiling succeded for both but invoking pyqstem in python with "from pyqstem import PyQSTEM" leads to an error (ModuleNotFoundError: No module named 'pyqstem').
Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants