Conflicts with python extension
See original GitHub issueHi, when I disabled Python extension and found that AREPL works well, but once I enabled Python extension, its output will be like this:
Print Output:
File "/home/lolimay/.vscode/extensions/almenon.arepl-1.0.10/node_modules/arepl-backend/python/pythonEvaluator.py", line 169
raise StopIteration("There is no more input") from None
^
SyntaxError: invalid syntax
I guess there should be some conflicts between these two extensions.
System Info: deepin 15.9 (based on debian 9) VS Code Version: 1.31.1 AREPL Version: 1.0.10
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Gnome extension conflicts with python plugin - Snapcraft forum
I desperately try to snap a python application that uses the PySimpleGUI (tkinter) module with core20 / Gnome-3-38 and keep running in problems ......
Read more >Issue 44066: Conflicts while using Py_LIMITED_API
I usually program in Python C API without defining Py_LIMITED_API. I thought about using the stable ABI today. To my surprise, there are...
Read more >Metaclass conflicts with a static method in c++ python extension
I am currently writing a python extension which contains a number of classes. I have encountered an unexpected behavior when compiling my ...
Read more >Python Dependencies - Everything You Need to Know
Dependency conflicts occur when different Python packages have the same dependency, but depend on different and incompatible versions of that ...
Read more >Science File SDK and Science Camera SDK Python extension ...
These can be installed at the same time without any conflicts. However, the Python exntension cannot be installed for both of these at...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
no response - I’m assuming fixed? Closing, please let me know if it’s not fixed. Or if it is fixed.
Just put python3 path in extension settings if you have this problem