foreshadow / atom-python-run

A simple atom package. Press one key to run your python code in atom.
https://atom.io/packages/atom-python-run
MIT License
43 stars 32 forks source link

running my python code on atom, command opens and closes straight away #143

Open sheharyarsohail opened 2 years ago

sheharyarsohail commented 2 years ago

whenever i run any python code on atom i press fn + f5 the command prompt opens and closes in an instant, not sure what the issue is i just started using atom in uni it works fine on the university computers but not on my personal laptop, need some help. thanks

egirlcatnip commented 2 years ago

Funny thing, I am trying to resolve this too rn, pretty much the same scenario.. If you run it without changing the terminal, does it work? -Emily

egirlcatnip commented 2 years ago

I fixed it by running python3 -m pip install 'python-lsp-server[all]' and python3 -m pip install git+https://github.com/tomv564/pyls-mypy.git

I am not sure why it fixed it, but it did.. :>