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

STDF on Jupyter Notebook #40

Open
zhiyongyong opened this issue Jun 20, 2023 · 1 comment
Open

STDF on Jupyter Notebook #40

zhiyongyong opened this issue Jun 20, 2023 · 1 comment

Comments

@zhiyongyong
Copy link

zhiyongyong commented Jun 20, 2023

hi im running python on jupyter notebook via anaconda navigator. ive ran the "python setup.py install" command on terminal from the environment that i specified. however, when i run dir(pystdf) on jupyter, i get the error ModuleNotFoundError: No module named 'pystdf.records'.
i did "pip list" in terminal, and pystdf is installed

im trying to edit and save the MIR in a STDF file, but im confused on how to proceed

@florisla
Copy link
Contributor

I believe setup.py install is outdated; pystdf uses pyproject.toml instead of setup.py nowadays.

I'm not sure how best to install pystdf in Anaconda, but here's how to install it with pip:

pip install `path/to/git-repos/pystdf`.

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

2 participants