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
Use sys.prefix instead of os.enviro["CONDA_PREFIX"]. The latter returned the base conda env, not the activated env, on debug mode in VSCode on MacOS. Similarly, the shutil.which(exe_name) fallback seems to fail in that case.
Fixed issue finding the sixs_json.exe Windows executable. First, try to find the exe in CONDA_PREFIX / Library / bin. Fallback to shutil.which PATH search.