Skip to content

Commit

Permalink
strong debugging skills
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Jul 16, 2024
1 parent 33e47d8 commit eb6ca3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def find_library(name, vision_include):
library_header_path = os.path.join(include_folder, library_header)
library_found = os.path.isfile(library_header_path)
conda_installed = library_found
raise ValueError("WHAAAAAAAAAAAAAAAAAAAAAAAAT")
else:
# Check if using Anaconda to produce wheels
conda = shutil.which("conda")
Expand Down

0 comments on commit eb6ca3e

Please sign in to comment.