Cannot import psse34 in python 3.9 (or any other version of python)
'import psse34' in python 3.9 gives the following error:
ModuleNotFoundError: No module named 'psse34'
add a comment
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
'import psse34' in python 3.9 gives the following error:
ModuleNotFoundError: No module named 'psse34'
Latest PSSe34 allows use of Python 3.9. Check the post "Python 3.7 w/ PSSE 34" for PSSe v.34 + python 3.7.
The module "psse34" when imported, sets paths to access PSSe python modules like psspy, dyntools, located in subfolders within the PSSe installation folder:
subfolder psspy27 - to be used with python 2.7
subfolder psspy34 - to be used with python 3.4
subfolder psspy37 - to be used with python 3.7
subfolder psspy39 - to be used with python 3.9
Asked: 2021-01-30 11:27:25 -0600
Seen: 843 times
Last updated: Oct 10