You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extension version (available under the Extensions sidebar): 2018.7.1
OS and version: OSX 10.11.6
Python version (& distribution if applicable, e.g. Anaconda): 2.7.13
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A
Relevant/affected Python packages and their versions: XXX
Actual behavior
python linting and code snippet are not working because of missing _clock_gettime on OSX 10.11. Is there any workaround not to upgrade High Sierra?
Expected behavior
python plugin connect to language server and work well
Steps to reproduce:
Install the latest python plugin (2018.7.1)
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
[Info - 3:17:16 PM] Connection to server got closed. Server will restart.
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
Referenced from: /Users/LightBlue/.vscode/extensions/ms-python.python-2018.7.1/languageServer/libcoreclr.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: _clock_gettime
Referenced from: /Users/LightBlue/.vscode/extensions/ms-python.python-2018.7.1/languageServer/libcoreclr.dylib (which was built for Mac OS X 10.12)
Expected in: /usr/lib/libSystem.B.dylib
[Error - 3:17:16 PM] Connection to server got closed. Server will not be restarted.
The text was updated successfully, but these errors were encountered:
@caimaoy@avence12 the fix is to stick with Jedi by setting "python.jediEnabled": true. We will also have code in the next release to help prevent people from trying to run the language server when they actually were never going to be able to.
lockbot
locked as resolved and limited conversation to collaborators
Sep 20, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment data
Actual behavior
python linting and code snippet are not working because of missing
_clock_gettime
on OSX 10.11. Is there any workaround not to upgrade High Sierra?Expected behavior
python plugin connect to language server and work well
Steps to reproduce:
2018.7.1
)Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: