forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from postermacos
Description
Environment data
VS Code version: Version 1.20.0-insider (1.20.0-insider)
Python Extension version: 0.9.1
Python Version: 3.6 in my venv, installed through homebrew
OS and version: MacOS 10.13.2
Actual behavior
"python3.6 cannot be opened because of a problem.". I appear to be receiving this error in the last couple weeks. Pylint still seems to work, though. I am using a virtualenv in vscode, so maybe this is referencing a non-venv python?
Expected behavior
I don't receive multiple error messages about python3.6 launching.
Steps to reproduce:
- Open VSCode.
Logs
Output from Python
output panel
##########Linting Output - pylint##########
Using config file /Users/dfee/code/native/.pylintrc
--------------------------------------------------------------------
Your code has been rated at 10.00/10 (previous run: 10.00/10, +0.00)
Output from Console window
(Help->Developer Tools menu)
/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2693 [Extension Host] debugger listening on port 9333
/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:2691 [Extension Host] debugger inspector at %cDebugger listening on port 9333.
Warning: This is an experimental feature and could change at any time.
To start debugging, open the following URL in Chrome:
chrome-devtools://devtools/bundled/inspector.html?experiments=true&v8only=true&ws=127.0.0.1:9333/c66d619f-b86d-4fe2-80d6-36ef4f63b38a
/Applications/Visual Studio Code - Insiders.app/Contents/Resources/app/out/vs/workbench/workbench.main.js:1312 INFO SearchService#search rg --files --hidden --case-sensitive -g '/tsconfig.json' -g '!**/node_modules/**' -g '!**/.git' -g '!**/.svn' -g '!**/.hg' -g '!**/CVS' -g '!**/.DS_Store' -g '!**/.cache' -g '!**/.eggs' -g '!**/*.egg-info' -g '!**/*.pyc' -g '!**/__pycache__' -g '!**/coverage' --no-ignore --follow -- '.'
- cwd: /Users/dfee/code/native
- Sibling clauses: {}
console.ts:123 [Extension Host] (node:11197) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead. (at process.on (internal/process/warning.js:21:17))
Output from MacOS Error Console
Process: python3.6 [9682]
Path: /Users/USER/*/python3.6
Identifier: python3.6
Version: ???
Code Type: X86-64 (Native)
Parent Process: Code - Insiders Helper [9600]
Responsible: python3.6 [9682]
User ID: 501
Date/Time: 2018-01-23 10:54:10.573 -0800
OS Version: Mac OS X 10.13.2 (17C205)
Report Version: 12
Anonymous UUID: DC05A83E-CBDC-142B-BB04-36D21E83A6AF
Sleep/Wake UUID: D4F5DC0F-AF1F-4AE4-87D7-6B8DDF774450
Time Awake Since Boot: 200000 seconds
Time Since Wake: 1100 seconds
System Integrity Protection: enabled
Crashed Thread: 0
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: DYLD, [0x1] Library missing
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: @executable_path/../.Python
Referenced from: /Users/USER/*/python
Reason: image not found
Binary Images:
0x10c478000 - 0x10c479fff +python (0) <CD809507-2F54-3EE5-AF72-E9E2B654BA17> /Users/USER/*/python
0x1134b2000 - 0x1134fc98f dyld (519.2.2) <6695F30B-4E88-3C0B-9867-7D738C44A3E6> /usr/lib/dyld
0x7fff469cc000 - 0x7fff46e65fff com.apple.CoreFoundation (6.9 - 1450.16) <DD253147-5720-3B3B-B222-77FD1419C400> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Model: MacBookPro6,2, BootROM MBP61.005A.B00, 2 processors, Intel Core i5, 2.4 GHz, 8 GB, SMC 1.58f17
Graphics: Intel HD Graphics, Intel HD Graphics, Built-In
Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435434473353313036374D2E433136460000
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x859B, 0x435434473353313036374D2E433136460000
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.102.30)
Bluetooth: Version 6.0.2f2, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: M4-CT256M4SSD2, 256.06 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: IR Receiver
USB Device: Built-in iSight
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Internal Memory Card Reader
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM2070 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus:
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable buginfo-neededIssue requires more information from posterIssue requires more information from postermacos