mutagen non installabile?

2

Non riesco a capire questo:

pip install mutagen

non restituisce alcun errore, eppure mentre provo a usarlo ottengo questo:

$ python
Python 2.6.6 (r266:84292, Jun 22 2011, 22:27:57) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mutagen
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named mutagen

cosa sta succedendo?

    
posta alessandro 13.03.2017 - 22:05
fonte

1 risposta

2

Sul mio Macbook Pro con Sierra, non è installato. Tuttavia, se lo è, dovresti riuscire a rimuoverlo con pip remove mutagen e reinstallarlo con pip install mutagen . Dovrebbe automaticamente scaricare, costruire e installare mutagen. Inoltre, assicurati che il tuo python sia aggiornato alla versione più recente (cioè la versione 2.7.10). In caso contrario, potresti voler installare Homebrew e aggiornarlo attraverso questo.

Homebrew può essere installato da /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" , e python può essere aggiornato con brew update; brew upgrade .

Link al sito web ufficiale di Homebrew

    
risposta data 14.03.2017 - 02:25
fonte

Leggi altre domande sui tag