"error: $ MACOSX_DEPLOYMENT_TARGET mismatch: now" 10.3 ", but" 10.6 "during setup" when trying to install various packages?

I tried installing various packages such as pygame and numpy , and I constantly get this error:

 error: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.6" during configure 

I tried:

 $ export MACOSX_DEPLOYMENT_TARGET=10.6 

before starting pip installation, but the error remains the same? I am trying to configure pygame , any idea what can I do to fix this?

+4
source share
1 answer

I had to completely remove everything and reinstall, which seemed to fix the problem.

0
source

All Articles