Ask Your Question
0

Latest VS code problem with PSSE34, python Version 2.7

asked 2024-10-08 10:55:55 -0500

festus.felix2326@gmail.com gravatar image

Hi all, I have VS code 1.94 version, PSS/E 34, and Python 2.7.18 32bit on a on a windows 11 system. Each time I run a psse 34 script, i get a message "the debugger in the python extension no longer support python versions minor that 3.8". The "pandas" and "numpy" also is underline as error. I have also tried to use a higher version of python (3.10.9 64bit) the "pandas" and "numpy" seems ok but complains of "No module named 'psse34'" it can not import psse34. Please I need you help.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2024-10-10 10:53:18 -0500

jconto gravatar image

Using VS code 1.94, after changing interpreter to python 2.7,the run gave me same error message when using the "Run" menu. But it did run in python 2.7 when using the play button (up to the right side).

The pandas and numpy errors may be resolved after installing those modules in python 2.7. [I suggest to move to python 3.9 for psse34]

For PSSe v.34, you have to install the 32-bit version of python and other modules, not the 64-bit.

For the "psse34" error, check the post "Import psse34 and psspy"

edit flag offensive delete link more

Comments

I installed python 3.7.9 32bit on VS code 1.94, installed pandas and numpy and the script worked perfectly. Many thanks.

festus.felix2326@gmail.com gravatar imagefestus.felix2326@gmail.com ( 2024-10-11 03:05:27 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2024-10-08 10:55:55 -0500

Seen: 72 times

Last updated: Oct 10