Ошибка unable to read file


Table of Contents

  • Introduction
  • Root cause
  • Resolution
    • Disable the anti-virus software
    • Excel’s inbuilt ‘Open and Repair’ feature
    • Change the file type
  • Conclusion

Introduction

The “unable to read file” error often troubles Microsoft Excel and its users. However, spotting this error and fixing it are equally easy; that is, after you’ve identified the cause of the error. Let’s have a look at the possible reasons for this error and
the methods to resolve it.

Root cause

The “unable to read file” error can occur due to the following reasons:

  • Due to Antivirus: The antivirus software running on your network may have scanned some of your Excel files and replaced their header. Sometimes, additional text is added between the “Content-Type” and “Content-Location” sections of the
    header that makes it unrecognizable. Thus the file is not read when opened by Microsoft Excel.
  • Corrupted File: The file may’ve been corrupted due to a virus on your device or network. Files downloaded from insecure sources can also be corrupted.
  • Incompatibility with Version: The file is not compatible with the Excel version you are using. Excel 2003 and earlier version save files with XLS extension, whereas Excel 2007 and later (like the Excel 2010, Excel 2013, and Excel 2016)
    save files in XLSX format by default. 

Resolution

Here are some of the easiest methods that you can use to fix this error:

Disable the anti-virus software

Try disabling your anti-virus software for a few minutes and check if the error disappears. As already mentioned, if an anti-virus program is running on your network, it may trigger this error. If this doesn’t help, proceed to the next fix.

Excel’s inbuilt ‘Open and Repair’ feature

If the error is arising due to a damaged excel file, here’s what you can do. Excel provides a feature called ‘Open and Repair’ which you can use to recover your corrupted or damaged file. Follow the steps mentioned below to recover your damaged file using
this feature:

  • Open the Excel Application
  • Go to ‘File’ and Select ‘Open’ option
  • Select the corrupt file by single-clicking it and then from the drop down beside the Open button, choose ‘Open and Repair.’
  • Click on Repair to start repairing

Change the file type

The error might be due to conflicting file extensions. There are two formats to save Excel files– XLS or XLSX. Excel 2003 and earlier version save files as XLS, whereas Excel 2007 and later versions save files in XLSX file format. You can change the default
format by using the following steps:

  • In Excel 2007; click the ‘Microsoft Office’ button, and then ‘Excel Options.’ In Excel 2016, Excel 2013, and Excel 2010: click File->Options tab
  • Select Export option
  • Select Change File Type option
  • Change the file extension and click Save As

If none of the above-mentioned techniques works, your file may be severely damaged. In such an event, contact to
Microsoft Support Team or post your query in related forum. 

Conclusion

“Excel unable to read file” is an annoying error which can also result in loss of data. To prevent such conditions, make sure you keep your device virus free, use a secure network and avoid downloading files from unknown and unprotected sources. 

Keeping a backup of your important data is also very necessary. Still, if you get to face any issue related to Excel, there are methods to keep your data safe, or recover it in case of any loss. While manual methods may work in most cases, if you’re unable
to repair damaged Excel files with them, you can always place your trust on Microsoft or any Excel repair utility.


I fixed this issue by making a change in ‘launch.json’ file. I changed the value of «cwd» below «name»: «(gdb) Launch eds» in «configurations» field. I set it to the absolute path of the folder containing the project. Below is my launch.json file. I’m using VS Code on Ubuntu.

{
    // Use IntelliSense to learn about possible attributes.
    // Hover to view descriptions of existing attributes.
    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
    "version": "0.2.0",
    "configurations": [
        {
            "name": "(gdb) Launch eds",
            "type": "cppdbg",
            "request": "launch",
            "program": "${workspaceFolder}/build_x86_debug/bin/fcc",
            "args": ["-a=${workspaceFolder}/build_x86_debug/bin/", "-d=${workspaceFolder}/build_x86_debug/bin/", "-c=${workspaceFolder}/build_x86_debug/bin/"],
            "stopAtEntry": false,
            "cwd": "/home/aiden/dev2",
            "environment": [{"name": "LD_LIBRARY_PATH", "value": "/usr/lib:${workspaceFolder}/build_x86_debug/bin:${workspaceFolder}/pocolib1.7.5"}],
            "externalConsole": false,
            "MIMode": "gdb",
            "setupCommands": [
                {
                    "description": "Enable pretty-printing for gdb",
                    "text": "-enable-pretty-printing",
                    "ignoreFailures": true
                }
            ]
        },
        {
            "name": "Launch",
            "type": "lldb",
            "request": "launch",
            "program": "${workspaceFolder}/build_x86/bin/emvadapter",
            "cwd" : "/home/vendor",
            "env" : { "LD_LIBRARY_PATH":"/home/vendor/lib" }

        },
        {
            "name": "Unit Tests",
            "type": "lldb",
            "request": "launch",
            "program": "${workspaceFolder}/build_x86/bin/",
            "linux": { "cwd": "${workspaceFolder}/vendor"}
        }
    ]
}

Have you ever encountered such an error that when being unable to open files for reading, the error message pops up that notes you that Unable to Read File? And some users might also be promoted that the Excel is unable to read files when saving, However, it’s quite a common problem that persistently annoys many Excel users, although fixing it is not difficult, especially when you know the cause of the problem.

Hence the first step we need to take is to investigate the possible causes of why these happen to the Excel workbooks.

Three Possible Causes of Unable to Read File in Excel

There are three common causes reported by computer users:

Interfering by Your Antivirus Software

It sometimes happens that the antivirus running on your PC may scan the Excel file and insert superfluous text between the “Content-Type” and “Content-Location” sections of the header, which consequently ruins the readability of the file.

File Corruption

This problem comes about when the virus lurking on your PC corrupts the Excel file.

Incompatibility With the Current Version

The Excel version you use isn’t compatible with the Excel file. Notice that Excel 2003 and earlier versions save files with XLS extension, while Excel 2007 and later versions save files with XLSX.

Three Best Solutions to fix Unable to Read File in Excel

For each cause mentioned before, there is a corresponding, and easy solution presented below that users can try out.

Solution 1: Disable the Antivirus Program

Before you open the Excel file, close or disable to antivirus to preclude it from scanning the file and altering its header, and then open the file to check if the solution works.

Solution 2: Use Open and Repair Feature

Luckily, Microsoft offers a built-in and powerful repair feature in its Office components, although the way to use it may be a bit winding.

Step 1: Launch Excel software on your PC, which is not a corrupted file.

Step 2: Click on the File button at the upper-left corner.

Step 3: Click on Open. On the right part of the window, click on Browse,  find and select the file. Instead of directly opening the file, click on the arrow next to Open to expand the drop-down menu.

open and repair

Step 4: Click on Open and Repair to repair the file.

Solution 3: Change the File Type

For the third cause mentioned before, changing the file type may work for fixing unable to read file error in Excel.

  1. In Excel 2007: Click the Microsoft Office Button and then Excel Options.
  2. In Excel 2016, Excel 2013, and Excel 2010: Click File > Options tab

Now, let’s move to the next steps:

  1. Select the Save option
  2. Click on the bar next to Save files in this format under the Save workbooks section to bring up the drop-down menu.
  3. Select the desired file type

change file type

Hopefully, by changing the file type can help you fix the error. But if none of the above solutions could work to fix the unable to read file error for you, and the Excel files might lose for a complex reason, then using Bitwar Data Recovery Software should be another workable solution for you to get back the needed Excel files.

Steps to Recover the Lost Excel Files Using Bitwar Data Recovery

Whenever your Excel files are lost by accidental deletion, formatting, virus infection, Shift+delete or any other possible accidents, there’s no need to be panic as the main contents of the Excel files still exist on your storage drive, the only thing you should be concerned is the Windows file system has marked the disk space belongs to these Excel files as Free for later overwriting.

Hence, in order to restore the wanted Excel files, we should make sure restriving the Excel files before the disk space has been taken by any new data, which means, you should not to reuse the storage drive that includes downloading, copying, transferring, deleting any new data onto the drive where contains your lost Excel files. And then launch the Bitwar Data Recovery Software as soon as you can to scan, preview and recover the deleted, formatted or lost Excel files.

At the same time, this data recovery software and the same operation also can help you with other issues, such as being unable to read PDF files on Android or read WordPress files on your computer, etc.

Steps to Recover the Lost Excel Files

Step 1: Download Bitwar Data Recovery from the Bitwarsoft official website and then install it on your personal computer.

Step 2: After the installation is complete, launch the Bitwar data recovery software and then select the drive where has your lost Excel files.

main interface

Step 3: Choose a recovery mode, we strongly recommend you choosing the Quick Scan for the first time, as this mode scans the entire drive in just a few minutes. However, if this mode can’t work to find your data, try with the Deep Scan mode next time.

scan mode

Step 4: Double-click on the scanned Excel files to preview the data, after that, click on the Recover button to save the files to a safe place.

excel preview

Note: Please do not save the recovered Excel files to the original location which is to prevent the data from being overwritten again and you may lose the data permanently.

One Last Solution That deserves a Try

If none of the solutions works for you, the file may be severely corrupted. To repair the needed Excel files, users can contact the Microsoft Support Team or post the problem in the Microsoft Community.

Conclusions

Through this article, we might have known that being unable to read files in Excel is quite a common issue that always happened to Windows computers, users might found their vital spreadsheets couldn’t be opened after the error was encountered, however, we have worked out three workable solutions and hope one of the mentioned solutions could work to fix the error as told.

Some extra scenarios might cause the Excel workbooks not to open due to the virus infection, or the files might be accidentally deleted, formatted intentionally or unintentionally, we also have covered you up as Bitwar Data Recovery is the best option for resolving these issues, which can get back your lost Excel files in just a few clicks.

Environment data

  • VS Code version: February 2020 (version 1.43)
  • Extension version (available under the Extensions sidebar): ms-python.python 2020.2.64397
  • OS and version: Windows 10
  • Python version (& distribution if applicable, e.g. Anaconda): python 3.7
  • Type of virtual environment used (N/A | venv | virtualenv | conda | …): virtualenv
  • Relevant/affected Python packages and their versions: N/A
  • Relevant/affected Python-related VS Code extensions and their versions: ms-python.python 2020.2.64397
  • Jedi or Language Server? (i.e. what is "python.jediEnabled" set to; more info How to update the language server to the latest stable version #3977): jedi
  • Value of the python.languageServer setting: Microsoft

Expected behaviour

Launching a test should not raise any Unable to read file error.

Actual behaviour

When launching a test (pytest is enabled as testing framework) and it fails, an error is raised:
Error: Error: cannot open file:///d%3A/.scripts/vcm/c. Detail: Unable to read file 'd:.scriptsvcmc' (Error: Unable to resolve non-existing file 'd:.scriptsvcmc').
The route of the workspace is d:.scriptsvcm, but there is no file named c. If I create a file named c, the error changes to Error: Error: Illegal value for 'line'.
If at first all tests are ok, no error is raised. But when the first tests fail, then after every test (even if it doesn’t fail) the error of the c file appears again.
The Unable to read file error was mentioned in #6548, and the Illegal value for line error was mentioned in #4334.

I have tried to disable all extensions except for vscode-python, but the bug is still there.

Also, running tests with pytests shows the PytestDeprecationWarning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0. Add 'junit_family=xunit1' to your pytest.ini file to keep the current format in future versions of pytest and silence this warning.

Steps to reproduce:

[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
I tried to create a blank project with a similar structure as mine, but I can’t recreate the bug

Logs

Output for Python in the Output panel (ViewOutput, change the drop-down the upper-right of the Output panel to Python)

> d:.scriptsvcmvenvScriptspython.exe -m pytest --rootdir d:.scriptsvcm --junitxml=C:UserssrallAppDataLocalTemptmp-12408mm77DQybLnUH.xml ./tests/test_core/test_time_operations.py::TestSecondsToStr::test_ok
cwd: d:.scriptsvcm
[And other meaningless lines calling pylint]

Output of Python Test Log:

platform win32 -- Python 3.7.0, pytest-5.4.1, py-1.8.1, pluggy-0.13.1
rootdir: d:.scriptsvcm
collected 1 item

teststest_downloadertest_will_fail.py F                                [100%]

================================== FAILURES ===================================
______________________________ test_i_will_fail _______________________________

    def test_i_will_fail():
>       assert 0, "I will fail"
E       AssertionError: I will fail
E       assert 0

teststest_downloadertest_will_fail.py:2: AssertionError
============================== warnings summary ===============================
venvlibsite-packages_pytestjunitxml.py:417
  d:.scriptsvcmvenvlibsite-packages_pytestjunitxml.py:417: PytestDeprecationWarning: The 'junit_family' default value will change to 'xunit2' in pytest 6.0.
  Add 'junit_family=xunit1' to your pytest.ini file to keep the current format in future versions of pytest and silence this warning.
    _issue_warning_captured(deprecated.JUNIT_XML_DEFAULT_FAMILY, config.hook, 2)

-- Docs: https://docs.pytest.org/en/latest/warnings.html
- generated xml file: C:UserssrallAppDataLocalTemptmp-12408ljKLa2Om8uIB.xml -
=========================== short test summary info ===========================
FAILED tests/test_downloader/test_will_fail.py::test_i_will_fail - AssertionE...
======================== 1 failed, 1 warning in 0.45s =========================
Error: Error: cannot open file:///d%3A/.scripts/vcm/c. Detail: Unable to read file 'd:.scriptsvcmc' (Error: Unable to resolve non-existing file 'd:.scriptsvcmc')

Output from `Console` under the `Developer Tools` panel (toggle Developer Tools on under `Help`; turn on source maps to make any tracebacks be useful by running `Enable source map support for extension debugging`)

[Extension Host] [vscode-icons] v10.0.0 activated!
console.ts:137 [Extension Host] Starting express server on port: 18299
console.ts:137 [Extension Host] [Warn] no library available after trying files Array(22)
console.ts:137 [Extension Host] rejected promise not handled within 1 second: TypeError: Cannot read property 'close' of null
t.log @ console.ts:137
console.ts:137 [Extension Host] stack trace: TypeError: Cannot read property 'close' of null	at Object.<anonymous> (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outvendornode-usb-nativelibbindings.js:27:19)	at Module.o._compile (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:749)	at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)	at Module.load (internal/modules/cjs/loader.js:735:32)	at Module._load (internal/modules/cjs/loader.js:648:12)	at Module._load (electron/js2c/asar.js:717:26)	at Function.Module._load (electron/js2c/asar.js:717:26)	at Function.t._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:849:718)	at Function.i._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:819:628)	at Function.n._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:815:969)	at Module.require (internal/modules/cjs/loader.js:775:19)	at Module.require (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outnode_modulesvscode-extension-telemetry.js:1:10251)	at n (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:524)	at Object.<anonymous> (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outvendornode-usb-nativelibdetector.js:1:79)	at Module.o._compile (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:749)	at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)	at Module.load (internal/modules/cjs/loader.js:735:32)	at Module._load (internal/modules/cjs/loader.js:648:12)	at Module._load (electron/js2c/asar.js:717:26)	at Function.Module._load (electron/js2c/asar.js:717:26)	at Function.t._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:849:718)	at Function.i._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:819:628)	at Function.n._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:815:969)	at Module.require (internal/modules/cjs/loader.js:775:19)	at Module.require (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outnode_modulesvscode-extension-telemetry.js:1:10251)	at n (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:524)	at Object.<anonymous> (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outvendornode-usb-nativelibindex.js:1:82)	at Module.o._compile (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:749)	at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)	at Module.load (internal/modules/cjs/loader.js:735:32)	at Module._load (internal/modules/cjs/loader.js:648:12)	at Module._load (electron/js2c/asar.js:717:26)	at Function.Module._load (electron/js2c/asar.js:717:26)	at Function.t._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:849:718)	at Function.i._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:819:628)	at Function.n._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:815:969)	at Module.require (internal/modules/cjs/loader.js:775:19)	at Module.require (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outnode_modulesvscode-extension-telemetry.js:1:10251)	at n (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:524)	at UsbDetector.<anonymous> (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcserialmonitorusbDetector.js:45:33)	at Generator.next (<anonymous>)	at c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcserialmonitorusbDetector.js:9:71	at new Promise (<anonymous>)	at __awaiter (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcserialmonitorusbDetector.js:5:12)	at UsbDetector.startListening (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcserialmonitorusbDetector.js:40:16)	at Timeout._onTimeout (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcextension.js:347:57)	at listOnTimeout (internal/timers.js:531:17)	at processTimers (internal/timers.js:475:7)
t.log @ console.ts:137
mainThreadExtensionService.ts:65 [[object Object]]Cannot read property 'close' of null
$onExtensionRuntimeError @ mainThreadExtensionService.ts:65
mainThreadExtensionService.ts:66 TypeError: Cannot read property 'close' of null
	at Object.<anonymous> (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outvendornode-usb-nativelibbindings.js:27:19)
	at Module.o._compile (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:749)
	at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
	at Module.load (internal/modules/cjs/loader.js:735:32)
	at Module._load (internal/modules/cjs/loader.js:648:12)
	at Module._load (electron/js2c/asar.js:717:26)
	at Function.Module._load (electron/js2c/asar.js:717:26)
	at Function.t._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:849:718)
	at Function.i._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:819:628)
	at Function.n._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:815:969)
	at Module.require (internal/modules/cjs/loader.js:775:19)
	at Module.require (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outnode_modulesvscode-extension-telemetry.js:1:10251)
	at n (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:524)
	at Object.<anonymous> (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outvendornode-usb-nativelibdetector.js:1:79)
	at Module.o._compile (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:749)
	at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
	at Module.load (internal/modules/cjs/loader.js:735:32)
	at Module._load (internal/modules/cjs/loader.js:648:12)
	at Module._load (electron/js2c/asar.js:717:26)
	at Function.Module._load (electron/js2c/asar.js:717:26)
	at Function.t._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:849:718)
	at Function.i._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:819:628)
	at Function.n._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:815:969)
	at Module.require (internal/modules/cjs/loader.js:775:19)
	at Module.require (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outnode_modulesvscode-extension-telemetry.js:1:10251)
	at n (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:524)
	at Object.<anonymous> (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outvendornode-usb-nativelibindex.js:1:82)
	at Module.o._compile (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:749)
	at Object.Module._extensions..js (internal/modules/cjs/loader.js:892:10)
	at Module.load (internal/modules/cjs/loader.js:735:32)
	at Module._load (internal/modules/cjs/loader.js:648:12)
	at Module._load (electron/js2c/asar.js:717:26)
	at Function.Module._load (electron/js2c/asar.js:717:26)
	at Function.t._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:849:718)
	at Function.i._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:819:628)
	at Function.n._load (c:UserssrallAppDataLocalProgramsMicrosoft VS CoderesourcesappoutvsworkbenchservicesextensionsnodeextensionHostProcess.js:815:969)
	at Module.require (internal/modules/cjs/loader.js:775:19)
	at Module.require (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outnode_modulesvscode-extension-telemetry.js:1:10251)
	at n (c:UserssrallAppDataLocalProgramsMicrosoft VS Coderesourcesappoutvsloader.js:15:524)
	at UsbDetector.<anonymous> (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcserialmonitorusbDetector.js:45:33)
	at Generator.next (<anonymous>)
	at c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcserialmonitorusbDetector.js:9:71
	at new Promise (<anonymous>)
	at __awaiter (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcserialmonitorusbDetector.js:5:12)
	at UsbDetector.startListening (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcserialmonitorusbDetector.js:40:16)
	at Timeout._onTimeout (c:Userssrall.vscodeextensionsvsciot-vscode.vscode-arduino-0.2.29outsrcextension.js:347:57)
	at listOnTimeout (internal/timers.js:531:17)
	at processTimers (internal/timers.js:475:7)
$onExtensionRuntimeError @ mainThreadExtensionService.ts:66
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 2ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 6ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 6ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Create file systemwatcher with pattern *python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Create file systemwatcher with pattern **python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 0ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Notify locators are locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 50ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 27ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 25ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 24ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 20ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Register Interpreter Watcher, Class name = p, completed in 18ms, has a falsy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 19ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: [{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 18ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Build the workspace interpreter watcher, Class name = h, completed in 21ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
3console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 2ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters, Class name = m, completed in 137ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Get Interpreters, Class name = m, completed in 7ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:42: Executing next rule from settings
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:42: Failed to create File hash for interpreter (valor no establecido)python.exe [Error: ENOENT: no such file or directory, lstat 'C:UserssrallAppDataLocalProgramsMicrosoft VS Code(valor no establecido)python.exe'] {  errno: -4058,  code: 'ENOENT',  syscall: 'lstat',  path: 'C:\Users\srall\AppData\Local\Programs\Microsoft VS Code\(valor no establecido)\python.exe'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > pyenv root
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > python -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > py -3.7 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > py -3.6 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > py -3 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > py -2 -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > d:.scriptsvcmvenvScriptspython.exe -c "import sys;print(sys.executable)"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command python3.7 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command python3.6 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command python3 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command python2 and args  failed
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, , Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: > conda info --json
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by CondaEnvFileService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by CondaEnvFileService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by CondaEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Interpreters returned by CondaEnvService are []
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command py and args -2 failed as file Python 2 not found!

 -3.7-64 does not exist
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:43: Detection of Python Interpreter for Command py and args -3.6 failed as file Python 3.6 not found!

 -3.7-64 does not exist
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Current value for rule system is {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Current value for rule currentPath is {"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"11c021319b485a7fde56054d7570469f4ba5e5cb661ff0106783d32cd8abb211cdc3f0ec826ad795a32a23d88ce191a5434b08df45ae3f09b2ed916c9a13ae9b","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Activation Commands received d:/.scripts/vcm/venv/Scripts/activate.bat for shell cmd
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:43: Activating Environment to capture Environment variables, d:/.scripts/vcm/venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/srall/.vscode/extensions/ms-python.python-2020.2.64397/pythonFiles/printEnvVariables.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsInfusedApps" [Error: EPERM: operation not permitted, lstat 'C:WindowsInfusedApps'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\InfusedApps'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsLiveKernelReports" [Error: EPERM: operation not permitted, lstat 'C:WindowsLiveKernelReports'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\LiveKernelReports'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsMinidump" [Error: EPERM: operation not permitted, lstat 'C:WindowsMinidump'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\Minidump'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsModemLogs" [Error: EPERM: operation not permitted, lstat 'C:WindowsModemLogs'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\ModemLogs'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsPrefetch" [Error: EPERM: operation not permitted, lstat 'C:WindowsPrefetch'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\Prefetch'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsServiceState" [Error: EPERM: operation not permitted, lstat 'C:WindowsServiceState'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\ServiceState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowsdiagerr.xml" [Error: EPERM: operation not permitted, lstat 'C:Windowsdiagerr.xml'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\diagerr.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowsdiagwrn.xml" [Error: EPERM: operation not permitted, lstat 'C:Windowsdiagwrn.xml'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\diagwrn.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSLiveKernelReports" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSLiveKernelReports'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\LiveKernelReports'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSInfusedApps" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSInfusedApps'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\InfusedApps'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSModemLogs" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSModemLogs'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\ModemLogs'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSMinidump" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSMinidump'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\Minidump'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSPrefetch" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSPrefetch'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\Prefetch'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSServiceState" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSServiceState'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\ServiceState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSdiagerr.xml" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSdiagerr.xml'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\diagerr.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSdiagwrn.xml" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSdiagwrn.xml'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\diagwrn.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSSystem32WbemMOF" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSSystem32WbemMOF'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\System32\Wbem\MOF'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsSystem32WbemMOF" [Error: EPERM: operation not permitted, lstat 'C:WindowsSystem32WbemMOF'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\System32\Wbem\MOF'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsInfusedApps" [Error: EPERM: operation not permitted, lstat 'C:WindowsInfusedApps'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\InfusedApps'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsLiveKernelReports" [Error: EPERM: operation not permitted, lstat 'C:WindowsLiveKernelReports'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\LiveKernelReports'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsMinidump" [Error: EPERM: operation not permitted, lstat 'C:WindowsMinidump'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\Minidump'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsModemLogs" [Error: EPERM: operation not permitted, lstat 'C:WindowsModemLogs'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\ModemLogs'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsPrefetch" [Error: EPERM: operation not permitted, lstat 'C:WindowsPrefetch'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\Prefetch'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsServiceState" [Error: EPERM: operation not permitted, lstat 'C:WindowsServiceState'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\ServiceState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowsdiagerr.xml" [Error: EPERM: operation not permitted, lstat 'C:Windowsdiagerr.xml'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\diagerr.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowsdiagwrn.xml" [Error: EPERM: operation not permitted, lstat 'C:Windowsdiagwrn.xml'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\diagwrn.xml'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WindowsSystem32WbemMOF" [Error: EPERM: operation not permitted, lstat 'C:WindowsSystem32WbemMOF'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\System32\Wbem\MOF'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32Configuration" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32Configuration'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\Configuration'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32DriverState" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32DriverState'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\DriverState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32MsDtc" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32MsDtc'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\MsDtc'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32SleepStudy" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32SleepStudy'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\SleepStudy'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32WDI" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32WDI'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\WDI'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32ias" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32ias'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\ias'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32networklist" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32networklist'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\networklist'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32sru" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32sru'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\sru'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSsystem32Configuration" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSsystem32Configuration'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\system32\Configuration'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSsystem32DriverState" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSsystem32DriverState'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\system32\DriverState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSsystem32MsDtc" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSsystem32MsDtc'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\system32\MsDtc'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSsystem32SleepStudy" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSsystem32SleepStudy'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\system32\SleepStudy'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSsystem32WDI" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSsystem32WDI'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\system32\WDI'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSsystem32ias" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSsystem32ias'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\system32\ias'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSsystem32networklist" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSsystem32networklist'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\system32\networklist'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:WINDOWSsystem32sru" [Error: EPERM: operation not permitted, lstat 'C:WINDOWSsystem32sru'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\WINDOWS\system32\sru'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32Configuration" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32Configuration'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\Configuration'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32DriverState" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32DriverState'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\DriverState'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32MsDtc" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32MsDtc'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\MsDtc'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32SleepStudy" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32SleepStudy'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\SleepStudy'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32WDI" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32WDI'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\WDI'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32ias" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32ias'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\ias'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32networklist" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32networklist'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\networklist'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: failure while getting file type for "C:Windowssystem32sru" [Error: EPERM: operation not permitted, lstat 'C:Windowssystem32sru'] {  errno: -4048,  code: 'EPERM',  syscall: 'lstat',  path: 'C:\Windows\system32\sru'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by VirtualEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by VirtualEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 704ms, has a truthy return value, Arg 1: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 819ms, has a falsy return value, Arg 1: <Uri:d:.scriptsvcm>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 2268ms, has a falsy return value, Arg 1: <Uri:d:.scriptsvcm>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 2278ms, has a falsy return value, Arg 1: <Uri:d:.scriptsvcm>, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:.scriptsvcm.vscodesettings.json
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 5ms, has a falsy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Build the workspace interpreter watcher, Class name = h, completed in 3ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm.vscodesettings.json>, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Found interpreter for d:.scriptsvcmvenvScriptspython.exe c:Userssrall.vscodeextensionsms-python.python-2020.2.64397pythonFilesinterpreterInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: parseEnvironmentOutput, Class name = C, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: getActivatedEnvironmentVariables, Class name = C, completed in 2626ms, has a truthy return value, Arg 1: undefined
console.ts:137 [Extension Host] Error Python Extension: 2020-03-19 00:30:44: Failed to get interpreter information for '(valor no establecido)python.exe' Error: Command failed: "(valor no establecido)\python.exe" "c:Userssrall.vscodeextensionsms-python.python-2020.2.64397pythonFilesinterpreterInfo.py"El sistema no puede encontrar la ruta especificada.
    at ChildProcess.exithandler (child_process.js:308:12)    at ChildProcess.emit (events.js:203:13)    at maybeClose (internal/child_process.js:1021:16)    at Socket.<anonymous> (internal/child_process.js:430:11)    at Socket.emit (events.js:203:13)    at Pipe.<anonymous> (net.js:588:12) {  killed: false,  code: 1,  signal: null,  cmd: '"(valor no establecido)\\python.exe" "c:\Users\srall\.vscode\extensions\ms-python.python-2020.2.64397\pythonFiles\interpreterInfo.py"'}
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Found interpreter for d:.scriptsvcmvenvScriptspython.exe c:Userssrall.vscodeextensionsms-python.python-2020.2.64397pythonFilesinterpreterInfo.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule system is {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule currentPath is {"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"11c021319b485a7fde56054d7570469f4ba5e5cb661ff0106783d32cd8abb211cdc3f0ec826ad795a32a23d88ce191a5434b08df45ae3f09b2ed916c9a13ae9b","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 3ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from currentPath, {"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from workspaceEnvs
3console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 4ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters in CacheableLocatorService, Class name = g, completed in 5ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 27ms, has a falsy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Get Interpreters, Class name = m, completed in 6ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:.scriptsvcm.vscodesettings.json
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from system, {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by KnownPathsService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by KnownPathsService are [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by WindowsRegistryService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by WindowsRegistryService are [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 49ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 48ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 47ms, has a falsy return value, Arg 1: {"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from currentPath
3console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 73ms, has a falsy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: undefined
5console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 54ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 102ms, has a falsy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by CurrentPathService are of count 4
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by CurrentPathService are [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by WorkspaceVirtualEnvService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Interpreters returned by WorkspaceVirtualEnvService are [{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: All locators have completed locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Activation Commands received d:/.scripts/vcm/venv/Scripts/activate.bat for shell cmd
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Has Custom Env Vars
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Activating Environment to capture Environment variables, d:/.scripts/vcm/venv/Scripts/activate.bat && echo 'e8b39361-0157-4923-80e1-22d70d46dee6' && python c:/Users/srall/.vscode/extensions/ms-python.python-2020.2.64397/pythonFiles/printEnvVariables.py
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Activation Commands received undefined for shell cmd
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: getActivatedEnvironmentVariables, Class name = C, completed in 2662ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: getActivatedEnvironmentVariables, Class name = C, completed in 2663ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 3: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: > C:Pythonpython.exe -c "import jupyter"
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: > C:Pythonpython.exe -c "import notebook"
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule system is {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule currentPath is {"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: setGlobalInterpreter, Class name = f, completed in 11ms, has a truthy return value, Arg 1: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: <argument cannot be serialized for logging>, Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: Rule = cachedInterpreters, result = exit
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 35ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:44: autoSelectInterpreter, Class name = f, completed in 46ms, has a falsy return value, Arg 1: undefined, Arg 2: <argument cannot be serialized for logging>, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = settings, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from settings
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 1ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: [object Object]. Shell identified as undefined 
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Shell path 'C:WINDOWSSystem32cmd.exe'
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Shell path identified as shell 'commandPrompt'
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Terminal shell path 'C:WINDOWSSystem32cmd.exe' identified as shell 'commandPrompt'
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: [object Object]. Shell identified as commandPrompt 
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Shell identified as 'commandPrompt'
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Cached data exists getEnvironmentVariables, <No Resource>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
4console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 1ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Cached data exists KeyPrefix=Cache_Method_Output_b.getCondaInfo-Args=
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: > conda --version
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters, Class name = m, completed in 6ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: parseEnvironmentOutput, Class name = C, completed in 0ms, has a truthy return value
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: getActivatedEnvironmentVariables, Class name = C, completed in 262ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Arg 2: undefined, Arg 3: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: > d:.scriptsvcmvenvScriptspython.exe c:Userssrall.vscodeextensionsms-python.python-2020.2.64397pythonFilestesting_toolsrun_adapter.py discover pytest -- --rootdir d:.scriptsvcm -s --cache-clear tests
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Display locator refreshing progress, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Detected refreshing of Interpreters, Class name = p, completed in 2ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Create file systemwatcher with pattern *python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Create file systemwatcher with pattern **python.exe
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Display locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Notify locators are locating, Class name = p, completed in 1ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Detected refreshing of Interpreters, Class name = p, completed in 1ms, has a falsy return value, Arg 1: {}, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Current value for rule system is {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"dc0fcd8087879e748cfc3f6f4e02562d85a8f525d2f7151c9912feb50ecb6fafad8f0049b708e348294ecdab6e7eaddc18a645857af9913a1e696d71ffb9e27d","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true,"displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Current value for rule currentPath is {"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Current value for rule windowsRegistry is {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Selected Interpreter from cachedInterpreters, {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 7ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Register Interpreter Watcher, Class name = p, completed in 6ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 6ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = workspaceEnvs, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from workspaceEnvs
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 10ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Selected Interpreter from windowsRegistry, {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Selected Interpreter from currentPath, {"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 12ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 12ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 13ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 11ms, has a truthy return value, Arg 1: undefined, Return Value: []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 10ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters in CacheableLocatorService, Class name = g, completed in 10ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","type":"Unknown"},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 38ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Build the workspace interpreter watcher, Class name = h, completed in 11ms, has a truthy return value, Arg 1: undefined, Return Value: <Return value cannot be serialized for logging>
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Get Interpreters, Class name = m, completed in 15ms, has a truthy return value, Arg 1: undefined, Return Value: [{"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"},{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv","cachedEntry":true}]
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Current value for rule workspaceEnvs is {"architecture":3,"path":"d:\Sistema\Desktop\ribera\resultados-simulacion-6\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\Sistema\Desktop\ribera\resultados-simulacion-6\venv","fileHash":"0241931e1287114652bb66202728411f275bf9eff8847655cc3eb7cd3abc96d6872958b88d04149b5f4e72e4f635911f3385060afc31eb65ae3f0515791c937f","envName":"venv","type":"Unknown"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Selected Interpreter from system, {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: setGlobalInterpreter, Class name = f, completed in 49ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","cachedEntry":true}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: setGlobalInterpreter, Class name = f, completed in 44ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: setGlobalInterpreter, Class name = f, completed in 43ms, has a falsy return value, Arg 1: {"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","type":"Unknown"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = cachedInterpreters, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from cachedInterpreters
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = windowsRegistry, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from windowsRegistry
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = currentPath, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from currentPath
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 80ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 81ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: setGlobalInterpreter, Class name = f, completed in 43ms, has a falsy return value, Arg 1: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 2: undefined, Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Cached data exists getEnvironmentVariables, d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Rule = system, result = runNextRule
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Executing next rule from system
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: autoSelectInterpreter, Class name = f, completed in 91ms, has a falsy return value, Arg 1: undefined, Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Interpreters returned by PipEnvService are of count 0
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Interpreters returned by PipEnvService are []
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: false
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Interpreters returned by WorkspaceVirtualEnvService are of count 1
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Interpreters returned by WorkspaceVirtualEnvService are [{"architecture":3,"path":"d:\.scripts\vcm\venv\Scripts\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"d:\.scripts\vcm\venv","fileHash":"81237426bcfc7bc6782ac03d89d6664b1ee3e7e4dfc41851e597ae17ba11a4ff2b389e515c798f361dd6188a0a8ce4b03980dc11c51ef88d5006d39d45be2449","envName":"venv","type":"VirtualEnv"}]
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Checking whether locactors have completed locating, Class name = p, completed in 0ms, has a truthy return value, , Return Value: true
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Hide locator refreshing progress, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: All locators have completed locating, Class name = p, completed in 0ms, has a falsy return value, , Return Value: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: getActivatedEnvironmentVariables, Class name = C, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}, Arg 3: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: Cached data exists getEnvironmentVariables, <No Resource>
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: > C:Pythonpython.exe -m jupyter kernelspec --version
2console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:45: getActivatedEnvironmentVariables, Class name = C, completed in 0ms, has a falsy return value, Arg 1: undefined, Arg 2: {"architecture":3,"path":"C:\Python\python.exe","version":{"options":{"loose":false,"includePrerelease":false},"loose":false,"raw":"3.7.0-final","major":3,"minor":7,"patch":0,"prerelease":["final"],"build":[],"version":"3.7.0-final"},"sysPrefix":"C:\Python","fileHash":"3d201f9a9c9a45d0a5b920be344de607c2f4506288a7bba17d41e5d84816a820e6890e6dba61c1713e560095768099c980d7d4ca8674a79fc507f8994ffb4946","companyDisplayName":"Python Software Foundation","type":"Unknown","displayName":"Python 3.7.0 64-bit"}
2console.ts:137 [Extension Host] (node:12408) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
t.log @ console.ts:137
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:57: getActivatedEnvironmentVariables, Class name = C, completed in 0ms, has a truthy return value, Arg 1: <Uri:d:.scriptsvcm>, Arg 2: undefined, Arg 3: undefined
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:57: > d:.scriptsvcmvenvScriptspython.exe -m pytest --rootdir d:.scriptsvcm --junitxml=C:UserssrallAppDataLocalTemptmp-12408UJBYr3jo92Zc.xml tests
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:30:57: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:.scriptsvcmteststest_coretest_credentials.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_credentials.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_credentials.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:.scriptsvcmteststest_coretest_networking.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_networking.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_networking.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:.scriptsvcmteststest_coretest_results.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_results.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_results.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:.scriptsvcmteststest_coretest_settings.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_settings.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_settings.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:.scriptsvcmteststest_coretest_status_server.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_status_server.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_status_server.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:.scriptsvcmteststest_coretest_threading.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_threading.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_threading.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: Cached data exists getEnvironmentVariables, d:.scriptsvcmteststest_coretest_time_operations.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_time_operations.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: > d:.scriptsvcmvenvScriptspython.exe -m pylint --enable=W0614 --disable=C0330 --msg-template='{line},{column},{category},{symbol}:{msg}' --reports=n --output-format=text d:.scriptsvcmteststest_coretest_time_operations.py
console.ts:137 [Extension Host] Info Python Extension: 2020-03-19 00:31:03: cwd: d:.scriptsvcm
notificationsAlerts.ts:40 There was an error in running the tests.
onDidChangeNotification @ notificationsAlerts.ts:40
notificationsAlerts.ts:38 Error: cannot open file:///d%3A/.scripts/vcm/c. Detail: Unable to read file 'd:.scriptsvcmc' (Error: Unable to resolve non-existing file 'd:.scriptsvcmc')
    at mainThreadDocuments.ts:192
onDidChangeNotification @ notificationsAlerts.ts:38

To provide more information, these are my settings:
Global settings:

{
    "code-runner.clearPreviousOutput": true,
    "code-runner.executorMap": {
        "c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
        "python": "$pythonPath -u $fullFileName",
    },
    "editor.multiCursorModifier": "ctrlCmd",
    "editor.wordWrapColumn": 100,
    "editor.mouseWheelScrollSensitivity": 0.3,
    "terminal.integrated.mouseWheelScrollSensitivity": 0.3,
    "explorer.confirmDelete": false,
    "explorer.confirmDragAndDrop": false,
    "files.exclude": {
        ".idea": true,
        "**/__pycache__/": true,
        "venv": true
    },
    "git.autofetch": true,
    "importMagic.multiline": "parentheses",
    "python.dataScience.debugJustMyCode": false,
    "python.formatting.provider": "black",
    "python.linting.pylintArgs": [
        "--enable=W0614",
        "--disable=C0330",
    ],
    "terminal.integrated.shell.windows": "C:\WINDOWS\System32\cmd.exe",
    "window.zoomLevel": 0,
    "workbench.activityBar.visible": true,
    "workbench.colorTheme": "Monokai",
    "workbench.iconTheme": "vscode-icons",
    "workbench.statusBar.visible": true,
    "editor.minimap.enabled": true,
    "breadcrumbs.enabled": true,
    "editor.renderWhitespace": "none",
    "editor.renderControlCharacters": true,
    "diffEditor.renderSideBySide": false,
    "files.trimTrailingWhitespace": true,
    "files.insertFinalNewline": true,
    "files.trimFinalNewlines": true,
    "python.insidersChannel": "off",
    "workbench.tree.indent": 15,
    "git-graph.dialog.merge.noFastForward": false,
    "diffEditor.ignoreTrimWhitespace": false,
    "git.suggestSmartCommit": false,
    "vsicons.dontShowNewVersionMessage": true,
    // Arduino
    "arduino.path": "C:\Arduino",
    // "arduino.logLevel": "info",
    "arduino.additionalUrls": [
        "http://arduino.esp8266.com/stable/package_esp8266com_index.json"
    ],
    // "arduino.enableUSBDetection": true,
    "arduino.defaultBaudRate": 9600,
    "arduino.skipHeaderProvider": false,
    "C_Cpp.default.defines": [
        "USBCON",
        "ARDUINO=10810"
    ],
    // "C_Cpp.default.intelliSenseMode": "gcc-x64"
    "C_Cpp.default.includePath": [
        "${workspaceRoot}",
        "D:\Sistema\Documents\Arduino\libraries\**"
    ],
    "arduino.ignoreBoards": [
        "WeMos D1"
    ],
    "workbench.startupEditor": "welcomePage",
    "extensions.autoUpdate": false,
    "python.experiments.enabled": false,
    "bookmarks.navigateThroughAllFiles": true,
    "files.autoSave": "afterDelay",
    "git.confirmSync": false,
    "autoDocstring.docstringFormat": "google",
    "git-graph.fetchAndPrune": true,
    "workbench.editor.limit.enabled": true,
    "python.diagnostics.sourceMapsEnabled": true,
    // "C_Cpp.intelliSenseEngine": "Tag Parser",
}

Workspace settings:

{
    "python.pythonPath": "venv\Scripts\python.exe",
    "autoDocstring.docstringFormat": "google",
    "python.testing.pytestArgs": [
        "tests"
    ],
    "python.testing.unittestEnabled": false,
    "python.testing.nosetestsEnabled": false,
    "python.testing.pytestEnabled": true,
    "python.testing.autoTestDiscoverOnSaveEnabled": false,
}

инструкции

 

To Fix (Unable to read files) error you need to
follow the steps below:

Шаг 1:

 
Download
(Unable to read files) Repair Tool
   

Шаг 2:

 
Нажмите «Scan» кнопка
   

Шаг 3:

 
Нажмите ‘Исправь все‘ и вы сделали!
 

Совместимость:
Windows 10, 8.1, 8, 7, Vista, XP

Загрузить размер: 6MB
Требования: Процессор 300 МГц, 256 MB Ram, 22 MB HDD

Limitations:
This download is a free evaluation version. Full repairs starting at $19.95.

Не удалось прочитать файлы обычно вызвано неверно настроенными системными настройками или нерегулярными записями в реестре Windows. Эта ошибка может быть исправлена ​​специальным программным обеспечением, которое восстанавливает реестр и настраивает системные настройки для восстановления стабильности

If you have Unable to read files then we strongly recommend that you

Download (Unable to read files) Repair Tool.

This article contains information that shows you how to fix
Unable to read files
both
(manually) and (automatically) , In addition, this article will help you troubleshoot some common error messages related to Unable to read files that you may receive.

Примечание:
Эта статья была обновлено на 2023-06-07 и ранее опубликованный под WIKI_Q210794

Содержание

  •   1. Meaning of Unable to read files?
  •   2. Causes of Unable to read files?
  •   3. More info on Unable to read files

Meaning of Unable to read files?

Ошибки, связанные с диском, часто являются основной причиной ошибок файловой системы в операционной системе Windows. Это в основном можно объяснить такими проблемами, как плохие сектора, коррупция в целостности диска или другие связанные с этим проблемы. С огромной программной системой, такой как Microsoft Windows, которая предназначена для выполнения чрезвычайно большого числа задач, в какой-то момент следует ожидать ошибок, связанных с файловой системой.

Некоторые из этих ошибок также могут быть вызваны сторонними программами, особенно теми, которые зависят от ядра Windows для запуска. Обычные пользователи могут также запускать такие ошибки файлов при интенсивном использовании.

Performing a disk formatting is easy and it can be done to a USB flash drive, hard drive, Micro SD card, SSD and pen drive. When we format our disk, we can clean up partition files in the disk and empty any removable disk or internal hard drive. But sometimes, there are errors you will encounter during disk formatting such as the “Windows was unable to complete format.” This problem may happen due to one of the following factors:

  • Привод физически поврежден
  • Диск пуст
  • Привод защищен от записи
  • Привод имеет вирусную инфекцию
  • Привод имеет плохие сектора

Causes of Unable to read files?

Большинство этих ошибок файлов можно легко устранить, применив последние обновления программного обеспечения от Microsoft. Однако иногда некоторые типы ошибок могут быть тяжелыми для ремонта.

Для более сложных проблем с файловой системой общие решения включают следующее:

  • Сброс окон
  • Выполнение ремонта системных файлов
  • Очистка кэша хранилища Windows
  • Ремонт компонентов
  • Переустановка приложений Windows

Вы также можете использовать утилиту Средство проверки системных файлов инструмент для исправления поврежденных и отсутствующих системных файлов. В то же время, Проверить диск chkdsk также можно использовать для проверки целостности файловой системы и определения местоположения поврежденных секторов на жестком диске.

Когда вы сталкиваетесь с ошибкой Windows, неспособной к ошибке во время форматирования диска, не предполагайте, что ваш диск или внутренний диск неисправен. Есть еще несколько способов устранения проблемы. После того как вы попробовали все решения и ничего не получилось, вы можете сделать вывод, что ваш диск или диск постоянно повреждены.

Одним из решений является средство управления дисками Windows, обнаруженное в Windows My Computer. Выберите указанный диск и нажмите «Формат». Удалите все разделы диска перед форматированием.

Другой — определить, является ли ваш диск как раздел или файловая система RAW. Если нет раздела, вам нужно воссоздать разделы. Однако, когда ваш накопитель имеет файловую систему RAW, вам необходимо выполнить любой из параметров 3: использовать «Управление дисками» для форматирования, использовать «Командная строка для форматирования» или «Мастер разделения раздела для форматирования». RAW-диск — это раздел, который не отформатирован и может вызвать ошибки. Вы можете исправить RAW-диск, используя один из параметров форматирования 3.

More info on
Unable to read files

РЕКОМЕНДУЕМЫЕ: Нажмите здесь, чтобы исправить ошибки Windows и оптимизировать производительность системы.

Can anybody help me out as i am unable to are catch()ing all errors and checking return values for errors.
 

When ever i creating workbook with no of sheets increase. Problem arises when the library is writing for Office 2003 files. My first sheet is ok (sometimes) but first guess is that you are using an incompatible version of Office.

If the error is in your code, double check that you files through a standard C++ library. i am getting my second sheet blank(always). Regards,
Sebiz
 

Since I don’t know what library you are using, my one sheet it is working fine. Excel attempted to recover your formulas and values, get the problem & also the list of repairs is empty.

hi
i am creating an excel but some data may have been lost or corrupted. For instance, you have Office 98 and
не удалось прочитать файлы данных dvd с несколькими типами файлов

Какой тип if finalized.5. Это диск (DVD-R, DVD-RW и т. Д.) .4. Был на другом компьютере.3. Невозможно прочитать файлы данных dvd из окна xp значок говорит, что файлы были на нем. 6.

Что-нибудь еще полезное, которое вы можете добавить. Всегда возвращайтесь назад и дайте нам знать результат — спасибо Было ли это сгоревшим диском полные свойства, говорит формат RAW. Вам нужно предоставить дополнительную информацию: 1. Какие типы дисков вы сжигаете самостоятельно. 2.


Не удалось прочитать некоторые файлы!

Excel?

  Приветствую! Как я могу прочитать Office XP

Благодаря!

  Слово? Он выглядит как строки квадратных файлов формы в правильном формате? WinXP с SP2, вместо обычных букв и слов.

Я не смог прочитать некоторые файлы.


невозможно прочитать pdf-файлы

Чтобы найти файл, вы можете самостоятельно просмотреть клик. Вы можете либо переустановить Acrobat Reader, либо загрузить и установить Foxit reader — выполняет ту же работу, но лучше. Получите это ЗДЕСЬ «Я всегда был безумен, я знаю, что был сумасшедшим, как и большинство из нас …» Окно ищет «AcroRd32.exe».


невозможно прочитать файлы на rw CD

Вы умеете читать полностью. Использование его как 50%, используемого с доступным 50%. Этот компакт-диск используется в программе, где я могу использовать те, которые я ввел и удалил. Когда я обращался к CD CD так же, как к другому диску или гибкому диску.

У меня есть компакт-диск с прямым чтением на CD и вы можете читать и обрабатывать файлы. На сегодняшнем компакт-диске ни один из файлов не появился. До сих пор я обращался к другим CD-RW и записывал их?

  В свойствах

резервное копирование для личных файлов.


Невозможно прочитать PDF-файлы

Переустановите Adobe Reader нажмите здесь

С момента установки McAfee Firewall Plus я не смог прочитать PDF-файлы. У кого-нибудь есть предложения, пожалуйста?


не удалось прочитать файлы на Vista

Я только что купил ноутбук, чтобы открыть ваши электронные письма?

Это может быть так легко выработать. Пожалуйста, помогите.

  Какие вы .pdf-файлы в adobe?

  Можете ли вы открыть регулярный, но я начинающий, так что легко на меня.

открытые из-за неприступности, которые не были надлежащим образом закодированы. И сообщение читает adobe, неспособное inspiron 1501 от Dell с Windows Vista.


не удалось прочитать файлы msworks

Я могу читать электронные таблицы, и базы данных решили это для меня. Если вас интересует ответ, вы можете увидеть файлы, но они не появятся. У меня есть старые файлы на zip-диске и читать мои заметки и другие файлы? Может кто-нибудь предложить способ

может найти его на форуме Xp OS.

  Я знаю, что проблема в том, что новая программа в слове, но обычные файлы не появятся. дружище

  Nick Scott but I don’t know how to get it to go to works.


Невозможно прочитать PDF-файлы в браузере

Спасибо

  Matbe часть плагина Adobe 7.0 и версия IE 6.0.

I cannot see/open a of Adobe Reader is not installed. Just unzip it to it’s is needed. It just shows an icon.

Я могу сохранить файл PDF в моих и других предложениях Adobe без успеха. Но держитесь и читайте Foxit Reader, которая является собственной папкой и запускает ее. быстрее, меньше и лучше, и сделайте его вашим читателем по умолчанию .pdf. Я пробовал разные версии Adobe Reader PDF в моем браузере.

Я использую Windows XP, жесткий диск и открываю его оттуда. Http://www.foxitsoftware.com/pdf/rd_intro.php

  Нет установки


Windows не может читать файлы на компакт-диске

Does anyone have any fine and the media is fine. So the dvd drive works the drive and let it autorun. I bring the cd back to 2 other pc�s and they both are able to read the cd and see the driver files. I then reboot the new build pc and boot from have gotten a bad cd.

Я установил CD для установки драйверов MB. Я пошел на сайт gigabytes и загрузил последнюю версию моей установки Windows ???? Файлы, отображающие файл на компакт-диске, представляли собой небольшой файл cda.

Затем я пошел к водителям и сжег их до CD на другом компьютере. Хорошо, хотя я должен, но это не сработало. Затем я размещаю Windows xp cd в диске на диске xp cd, и он отлично читает диск. Что не так, как небольшой файл cda.

Я пробовал идеи mr fixit?

  Он был открыт как музыкальный компакт-диск и единственная новая версия и то же самое. Я искал верхнюю и нижнюю новую сборку, и она также читается как небольшой файл cda. Я привожу этот компакт-диск для фильтрации в реестре, и их не было.


Решено: невозможно прочитать 16-бит CMYK-файлов.

Кто-нибудь знает о подключении для всех.

Howdy Irfanview, предложенный NOYB. Я только что скачал

Обычно я использую ACDSee 5.

Deep.

  либо редакторы изображений будут обрабатывать этот формат? ACDSee justs дает черный экран, а Irfanview дает цвет, который нигде не близок к снимку. Моя проблема в том, что я пытаюсь использовать эти программы для отображения TIFF-файлов в цветовом режиме CMYK.


не удалось прочитать файлы на моем Palm m130

Я только что обновил свой КПК Palm m130 до ОС, но у меня установлены документы для перехода (обновлено).
Он говорит, что приложение не может найти, чтобы открыть 4.1, и некоторые из моих файлов не могут быть прочитаны.


Не удалось прочитать файлы на CD-R после обновления до WinXP

Привод считывает все остальные, распознающие диск как находящийся в диске. Когда я обновил XP, я мог бы предоставить любой!!!? Был бы чрезвычайно благодарен за любые диски помощи, а не за это.

Я только что обновился с

Have tried on 2 other formatted the hard drive first…bye bye data files! Now I cannot read the CD-R…Explorer doesn’t Win ME to Win XP. Thanks

  WinXP с проблемой идентичности.


Не удалось прочитать данные с определенного Zip-диска, также потерял несколько файлов

My problem is, I don’t know where to look for help, Zip Disk is a slow, and tedious process.

There is a problem I have with a particular 100MB Maxell Zip Disk file recovery apps that might help you. Finally, it shows only some of the folders I have saved on the disk , and I don’t even know what to research to fix the

проблема. У него есть несколько бесплатных и условно-бесплатных программ, которые еще существуют, и он висит на минуту.

откройте его, дважды щелкнув значок Zip Drive, он висит на минуту. Мой другой Zip-диск каким-то образом был поврежден. Теперь, когда я вставляю этот диск в диск, и я пытаюсь (следовательно, я не могу получить доступ к остальным данным, которые я сохранил на диске). Когда я дважды щелкаю по папкам, которые Disk использовал для работы на любом Zip-диске.

Другими словами, доступ к существующим документам по этой ссылке на странице наших накопителей. Я использую операционную систему Windows, и мой Zip. Из того, что я понимаю, диски работают нормально. Заранее спасибо.

  Вот

Http://www.majorgeeks.com/downloads8.html

  and I’ve been googling every conceivable phrase relating to my Zip Disk. Please point me in the correct direction and I will appreciate.


Не удалось удалить файлы только для чтения после восстановления файла.

images and put them on a memory card for a friend. If any one can give me I still get this error message even with all programs are closed as well as after re-starting my laptop. Access any advice I’d be very grateful.

Make sure the disc is not full or write-protected and that the retrieve all of the files from my memory card. Thank you very much! file is not currently in use’

The file is not currently in use. I have tried un-checking the ‘read only’ setting in ‘properties’ , only for it to return to ‘read only’ once I re-open it. If I try to delete the folder or a file

The files are now ‘read only’ and I individually, I get an error message saying;

‘Cannot delete (file name). I
также хотел бы иметь возможность поворота, некоторые из которых не могут удалять, вращать или перемещать свое местоположение. Я запустил программное обеспечение для восстановления данных и получил отказ.


Невозможно «сохранить» любые файлы в папки, сброс только для чтения не работает

Попробуйте создать новую учетную запись локального пользователя и не сработает. это 3 раз. Исправить это, если у пользователя такая же проблема.

Я делал обновления файлов слов или что-либо в папке.

Я прочитал, я должен изменить пользовательские настройки, для которых по умолчанию используется «только для чтения» в системной папке.

начиная с установки Windows 10, я не могу сохранить Help!


XP не может читать общие файлы на сетевой машине Vista

Am I One others didn’t. I thought it wireless network / router as well. However, yesterday I realized I had never tried to access files XP Home SP3 w/ Norton Internet Security.

On the Dell XP machine, it the answers I’ve googled just aren’t working. But I digress. . . Don’t think on the HP Vista Notebook FROM the Dell Dell XP system. I treat the Dell system . . .

For a couple of vista folders, I got sneaky and copied a shortcut from that folder into the PUBLIC folder. that works. Gotta be something simple. I’ve spent about 2 hours playing around with Vista’s Network Oh.

account» on the Vista Machine with the computer name of the XP machina. Main Computer is older Dell machine running directory under Vista, not to the Public Directory. I will be upgrading to Win7 locates the VISTA shared folders under «msworkgroup». So. . Funny.

Actually, I’m going through all of this just to as sort of my home server. 2 year old Vista Home Premium 32 HP notebook running same Norton.

It can’t be this hard, and on both machines by year end. I have set up a simple network where I can access virtually all and Sharing Center, but I still can’t get it to work.

Настройки говорят, что брандмауэр распознает маршрутизатор / беспроводную сеть LInksys
Вторичный компьютер продвигается вперед,

W!

  By default, most files will save to that would have been «MSHome»? One post went so far as to say to set up a «u…


Невозможно прочитать информацию счетчика и данные из входных двоичных файлов журнала.

Почему некоторые из файлов журналов. Как вы предлагаете диск, который я пропустил здесь? диск

Queue Length»
«PhysicalDisk(*)Avg. What do I can see while others I cannot? me to workaround this problem? Thanks

sec/Read»
«PhysicalDisk(*)Avg.


Files saved from Macs don’t have ext.’s when read on Win. Need sftwre 2 read & convrt

СПАСИБО
C’YA

  I’ve never had that problem. BTW my experience is with using Word (forgot which version but it’s Any help on OS X) on a Mac and OpenOffice on my PC.

  Так что мне интересно что-то … есть ли программа для этого?

Windows, которая распознает файлы Mac и возвращает их обратно ???


Папка только для чтения и хочет, чтобы все файлы, помещенные внутри, были автоматически прочитаны

Посмотрите, есть ли программная утилита Haddon, которую я могу выполнить для выполнения этой задачи? Привет и добро пожаловать в SevenForums,
Вы могли бы описать свою среду немного больше = Если Windows 7 не может справиться с этим, это какой-то вид, который помогает,
http://www.sevenforums.com/tutorials/122666-permissions-allow-deny-users-groups.html

сколько пользователей и что принадлежит вам и их статус учетной записи пользователя?


detele только для чтения файлов, которые говорят, что они не только для чтения

следующая перезагрузка.

  You’d select remove on


Понравилась статья? Поделить с друзьями:
  • Ошибка unarc dll returned an error code 11
  • Ошибка unable to open как исправить
  • Ошибка unarc dll metro redux
  • Ошибка unable to open the script file
  • Ошибка unarc dll 12 при установке игры как исправить