0

Cannot import psse34 in python 3.9 (or any other version of python)

  • retag add tags

'import psse34' in python 3.9 gives the following error:

ModuleNotFoundError: No module named 'psse34'

Nitin Kumar's avatar
1
Nitin Kumar
asked 2021-01-30 11:27:25 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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
jconto's avatar
2.9k
jconto
answered 2021-01-30 14:51:21 -0500, updated 2024-10-10 10:46:15 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Login/Signup to Answer