You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception: ImportError: DLL load failed: The specified module could not be found.
Steps to reproduce:
Install anaconda, vscode and pythonm
Logs
Output for Python in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Python)
return self._inner_hookexec(hook, methods, kwargs)
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\pluggy\manager.py", line 81, in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\pluggy\callers.py", line 203, in _multicall
gen.send(outcome)
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\_pytest\helpconfig.py", line 94, in pytest_cmdline_parse
config = outcome.get_result()
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\pluggy\callers.py", line 80, in get_result
raise ex[1].with_traceback(ex[2])
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\pluggy\callers.py", line 187, in _multicall
res = hook_impl.function(*args)
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\_pytest\config\__init__.py", line 687, in pytest_cmdline_parse
self.parse(args)
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)
return self._inner_hookexec(hook, methods, kwargs)
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\pluggy\manager.py", line 81, in <lambda>
firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\pluggy\callers.py", line 203, in _multicall
gen.send(outcome)
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\_pytest\helpconfig.py", line 94, in pytest_cmdline_parse
config = outcome.get_result()
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\pluggy\callers.py", line 80, in get_result
raise ex[1].with_traceback(ex[2])
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\pluggy\callers.py", line 187, in _multicall
res = hook_impl.function(*args)
File "C:\Users\laoch\AppData\Local\conda\conda\envs\odltest\lib\site-packages\_pytest\config\__init__.py", line 687, in pytest_cmdline_parse
self.parse(args)
The text was updated successfully, but these errors were encountered:
PS: I have tried anythin but reinstalling the computer. This will not work.
And how should I activate the test environment? PLS!
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): XXXExpected behaviour
Debug tests
Actual behaviour
Exception: ImportError: DLL load failed: The specified module could not be found.
Steps to reproduce:
Install anaconda, vscode and pythonm
Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: