CRAG666 / code_runner.nvim

Neovim plugin.The best code runner you could have, it is like the one in vscode but with super powers, it manages projects like in intellij but without being slow
MIT License
539 stars 38 forks source link

Error when executing #36

Closed ElcomJ closed 2 years ago

ElcomJ commented 2 years ago

Good evening, I have always used this plugin to be able to run my python codes, and I have to congratulate the creator because his plugin is just perfect.

Earlier today I could run my code normally through your plugin, but I tried to run it again and it is showing this error in the image below:

Captura de tela de 2022-08-04 17-57-10

Picture of my configuration:

Captura de tela de 2022-08-04 17-59-45

Is there a solution to this error?

carlisia commented 2 years ago

Same here, I too started getting the "No such file or directory". error.

Sam-Hobson commented 2 years ago

Opps! I made a really dumb mistake when fixing issue #31 . I'll fix that now.

ElcomJ commented 2 years ago

Good morning, has the error been fixed yet?

Because I ran a PlugUpdate to update my Plugins and tried to run my file and again showed the same output.

CRAG666 commented 2 years ago

@ElcomJ If you have the same error, it is very likely that your command sequence is incorrect, for example, execute a .py file "python3 -u" no "python3"

ElcomJ commented 2 years ago

Good afternoon @CRAG666 , the error was fixed in commit 8fc0a2d , it is already working normally.

Thanks for your attention and great work :)