Open zhiyongyong opened 1 year ago
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`.
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