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
I tried building NumPy for Python3.6 on the latest amazonlinux Docker image, but python setup.py config always showed the libraries were not being found.
The solution was painfully simple: preserve the various installed library versions and symlinks, and copy all versions (preserving symlinks) to /var/task/lib.
I tried building NumPy for Python3.6 on the latest amazonlinux Docker image, but
python setup.py config
always showed the libraries were not being found.The solution was painfully simple: preserve the various installed library versions and symlinks, and copy all versions (preserving symlinks) to
/var/task/lib
.Original
Fixed
The solution is quite simple, and preserves the correct symlinks to work with the 3.6 runtime.
The text was updated successfully, but these errors were encountered: