Open Marshors opened 5 years ago
Hey, sorry for the delay - holidays can be quite busy and whatnot.
Are you installing from source (git clone)? Or are you installing from pip (pip install wafer_map
)?
I can think of 2 issues:
If installing from source, you probably also need to install the package itself:
(venv) C:\temp\wafer_map>python -m pip install -r requirements.txt
(venv) C:\temp\wafer_map>python -m pip install -e .
The example is called by running the wafer_map module, not by calling example.py
:
(venv) C:\temp\wafer_map>python -m wafer_map
Give those two things a shot.
Also I realize now that the README file does not reflect what I've mentioned above... I've made a note to fix that.
Hi, I am new guy of python. Sorry about the stupid question When I performed example.py. It shows " from . import wm_core. ImportError: attempted relative import with no known parent package" I couldn't find a way to sovle it.
OS: win7 Version: Python 3.5 in virtualenv & all the package in the requirements are installed