We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc4c33 commit 3d86566Copy full SHA for 3d86566
setup.py
@@ -107,6 +107,8 @@ def find_library(name, vision_include):
107
conda = shutil.which("conda")
108
is_conda = conda is not None
109
print(f"Running build on conda: {is_conda}")
110
+ if not is_conda:
111
+ print(os.environ)
112
if is_conda:
113
python_executable = sys.executable
114
py_folder = os.path.dirname(python_executable)
0 commit comments