Could not run the unit test #363
-
Hi: I tried to run the unit test in VS code. But I got the following errors:
my python version is I have installed the required packages. Anyone know how to fix this? and why there is pixi here which does not mention in the docs. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Seems like the system can't find directory you provide (ENOENT). Check all paths one more time
remove .pixi in the path ("python.envFile": "${workspaceFolder}/unit_tests/envs") and try to run it again or if in your case .pixi folder is necessary try to create this folder and run script again good luck bro |
Beta Was this translation helpful? Give feedback.
Hi @laurenceyu2020
Seems like the system can't find directory you provide (ENOENT). Check all paths one more time
if in your case it is not the solution, try:
you probably will have smth like that:
remove .pixi in the path ("python.envFile": "${workspaceFolder}/unit_tests/envs") and try to run it again
or
if in your case .pixi folder is necessary try to create t…