Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #111697

Re: Python packages listed in PyPI

From Rayne <hjazz6@ymail.com>
Newsgroups comp.lang.python
Subject Re: Python packages listed in PyPI
Date 2016-07-21 06:28 +0000
Message-ID <mailman.16.1469082520.22221.python-list@python.org> (permalink)
References <2005046224.2877266.1469079881286.JavaMail.yahoo.ref@mail.yahoo.com> <2005046224.2877266.1469079881286.JavaMail.yahoo@mail.yahoo.com> <mailman.15.1469080781.22221.python-list@python.org> <m1h9bjecnf.fsf@iKarel.lan> <1027565569.3146921.1469082517173.JavaMail.yahoo@mail.yahoo.com>

Show all headers | View raw


Thanks! One more question: Does "pip install" require Internet to work? Or are all implementations already contained in the packages and so do not require additional downloads?

      From: Pete Forman <petef4+usenet@gmail.com>
 To: python-list@python.org 
 Sent: Thursday, July 21, 2016 2:19 PM
 Subject: Re: Python packages listed in PyPI
   
Rayne <hjazz6@ymail.com> writes:

> May I know if the Python packages listed on the PyPI page
> (https://pypi.python.org/pypi) are OS-independent? That is, do I
> download and install the same package on both Windows and Linux

The simple answer is yes. pip install will find the appropriate
implementation for your OS and version of Python.

If the package is pure Python then it will be the same across OS. If
there is some binary content then PyPI will deliver the correct wheel
(precompiled) or C/C++ source. The latter generally builds OOTB on
Linux but needs extra work on Windows as that does not bundle a
compiler.

-- 
Pete Forman
-- 
https://mail.python.org/mailman/listinfo/python-list


   

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python packages listed in PyPI Rayne <hjazz6@ymail.com> - 2016-07-21 05:44 +0000
  Re: Python packages listed in PyPI Pete Forman <petef4+usenet@gmail.com> - 2016-07-21 07:19 +0100
    Re: Python packages listed in PyPI Rayne <hjazz6@ymail.com> - 2016-07-21 06:28 +0000
      Re: Python packages listed in PyPI Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2016-07-21 16:36 +1000
    Re: Python packages listed in PyPI Ben Finney <ben+python@benfinney.id.au> - 2016-07-21 16:38 +1000
    Re: Python packages listed in PyPI Rayne <hjazz6@ymail.com> - 2016-07-21 06:59 +0000
    Re: Python packages listed in PyPI Pete Forman <petef4+usenet@gmail.com> - 2016-07-21 10:04 +0100

csiph-web