You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: