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