-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Labels
P1Medium priority - Should doMedium priority - Should dobugSomething isn't workingSomething isn't workingcuda.pathfinderEverything related to the cuda.pathfinder moduleEverything related to the cuda.pathfinder module
Milestone
Description
As per the docs the flag site.ENABLE_USER_SITE should be checked prior to accessing site.getusersitepackages(). This line needs to change:
cuda-python/cuda_pathfinder/cuda/pathfinder/_utils/find_sub_dirs.py
Lines 52 to 53 in f3f4bcd
| def find_sub_dirs_all_sitepackages(sub_dirs: Sequence[str]) -> list[str]: | |
| return find_sub_dirs((site.getusersitepackages(), *site.getsitepackages()), sub_dirs) |
Metadata
Metadata
Assignees
Labels
P1Medium priority - Should doMedium priority - Should dobugSomething isn't workingSomething isn't workingcuda.pathfinderEverything related to the cuda.pathfinder moduleEverything related to the cuda.pathfinder module