Domande taggate «python-wheel»

16
Come installo un pacchetto Python con un file .whl?
Sto riscontrando problemi con l'installazione di un pacchetto Python sul mio computer Windows e vorrei installarlo con i binari Window di Christoph Gohlke. (Che, per la mia esperienza, ha alleviato gran parte del clamore per molte altre installazioni di pacchetti). Tuttavia, sono disponibili solo file .whl. http://www.lfd.uci.edu/~gohlke/pythonlibs/#jpype Ma come posso …

8
Perché non riesco a creare una ruota in Python?
Ecco i comandi che sto eseguendo: $ python setup.py bdist_wheel usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: invalid command 'bdist_wheel' $ pip --version pip 1.5.6 from /usr/local/lib/python3.4/site-packages (python 3.4) $ python -c "import setuptools; print(setuptools.__version__)" …


Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.