question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Conflicts with python extension

See original GitHub issue

Hi, 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Almenoncommented, Mar 7, 2019

no response - I’m assuming fixed? Closing, please let me know if it’s not fixed. Or if it is fixed.

0reactions
yanisurbiscommented, Jul 26, 2019

Just put python3 path in extension settings if you have this problem

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found