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
Fix PYTHONPATH to prioritize NGC system packages over pip-packages
Update PYTHONPATH to search /usr/local/lib/python3.12/dist-packages before
/pip-packages, ensuring NGC's NumPy 1.x (required by torchvision) is found
before pip's NumPy 2.x which gets installed as a transitive dependency.
This fixes the 'Numpy is not available' error during OCR inference.
0 commit comments