Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

" error: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.3" but "10.6" during configure" when attempting to pip install different packages?

I've attempted to install different packages, such as pygame and numpy and I continually get this error:

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

I've attempted to :

$ export MACOSX_DEPLOYMENT_TARGET=10.6

before running the pip install but the error remains the same? I'm trying to setup pygame, any idea what I can do to fix this?

like image 850
Josh Pagano Avatar asked Dec 13 '12 11:12

Josh Pagano


1 Answers

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

like image 135
Josh Pagano Avatar answered Sep 30 '22 14:09

Josh Pagano