Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sheharyarsohail opened this issue Feb 15, 2022 · 2 comments

Comments

@sheharyarsohail
Copy link

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
Copy link

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
Copy link

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.. :>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants