2015-08-02 18 views
5

Sto cercando di costruire il mio progetto su una VirtualBox Ubuntu 14.04.2 LTS OraclePyinstaller:. Percorso o glob "/usr/include/python3.4m/pyconfig.h" non trovato o corrisponde a nessun file"

.

il mio progetto è in Python 34. ho installato pyinstaller via:

pip install https://github.com/pyinstaller/pyinstaller/archive/python3.zip 

Quando eseguo pyinstaller run.py ottengo il seguente errore:

FileNotFoundError: Path or glob "/usr/include/python3.4m/pyconfig.h" not found or matches no files. 

io davvero non hanno un directory '/ usr/include /python3.4m ', solo' usr/include/p ython2.7' . Python 34 è installato (di default in Ubuntu).

Come posso farlo funzionare?

risposta

Problemi correlati