-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Environment data
VS Code version: 1.19.0
Python Extension version: 0.9.0
Python Version: 3.6.3
OS and version: MacOS 10.13.2
Actual behavior
Intellisense hangs indefintely with Loading...
when hovering over a function.
Expected behavior
Intellisense provides documentation about the function.
Steps to reproduce:
- Hover over a function
Output from Console window
(Help->Developer Tools menu)
Python Extension: error jediProxy, Error (error) Error: spawn python3 ENOENT null
Additional Information
I just updated to 0.9.0 and Intellisense stopped workings.
It seems that the extension cannot find python3 on my path. I installed python3 using homebrew in /usr/local/. I prepend /usr/local/ to my PATH in .profile and .zprofile. I also activate my default python3 virtualenv in my .zshrc.
Running python3 programs works in the vscode integrated terminal. This bug occurs regardless of whether I launch vscode from either the terminal or the application folder. This bug may be related to saravanan-k90/python-jedi#9.
Let me know if there's any way I can help!