38 votes

Mountain Lion mise à jour et mercurial bibliothèques python

J'ai mis à jour le mac vers Mountain Lion (10.8) et maintenant le projet que j'ai développé avec Python et Google App Engine ne fonctionne pas.

GAE bibliothèques sont trouvés, alors que la norme de bibliothèques Python (sont ces bibliothèques Python?) sont omis (par exemple, cgi, logging, json).

Quand j'ai ouvert eclipse (qui a PyDeV) je reçois ce message d'alerte:

abort: couldn't find mercurial libraries in 
[/Library/Python/2.7/site-packages/  /usr/local/bin
/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg 
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-darwin
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/plat-mac/lib-scriptpackages
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-old
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC
/Library/Python/2.7/site-packages] (check your install and
PYTHONPATH). Command line: hg -y debuginstall

Personne ne sait comment résoudre ce problème?

44voto

rajasoun Points 356

Sur OS X 10.8.2 L'installation mercurial via Python easy_install outil résolu le problème

easy_install -U mercurial

14voto

tilo Points 6098

Je viens de tomber sur le même problème, choisi une nouvelle version (mercurial-2.2.3+20120707-py2.7-macosx10.7) à partir de l' Mercurial site web et maintenant il fonctionne à nouveau.

11voto

Gareth Jones Points 533

J'ai eu un problème similaire à ce la nuit dernière après la mise à niveau de BŒUF 10.9 Mavericks. J'avais essayé brew install hg et brew update , mais ils n'ont pas de travail, comme tous les systèmes sont différents si vous êtes en cours d'exécution homebrew, je recommanderais de course brew doctor pour voir ce que votre problème est, dans mon cas, j'ai eu la suivante;

Avertissement: Vous avez déconnecté fûts dans votre Cave

Laissant fûts non reliées peut conduire à l'accumulation de problèmes et de provoquer des bières qui dépendent de ces fûts de ne pas s'exécuter correctement une fois construit. Exécutez brew link sur ces: mercurial

Pour fixer mercurial ma question, j'ai couru;

brew link --overwrite mercurial

2voto

Al Nyveldt Points 46

J'ai eu ce même problème.

La réinstallation Mercurial fixé. L'obtenir à partir d'ici: http://mercurial.berkwood.com/

1voto

Nate Points 327

Une autre option facile est d'utiliser Homebrew (http://mxcl.github.io/homebrew/):

brew install hg

...a fonctionné pour moi.

Prograide.com

Prograide est une communauté de développeurs qui cherche à élargir la connaissance de la programmation au-delà de l'anglais.
Pour cela nous avons les plus grands doutes résolus en français et vous pouvez aussi poser vos propres questions ou résoudre celles des autres.

Powered by:

X