Top "Pypi" questions

The Python Package Index (PyPI) is a repository of software for the Python programming language.

What is the difference between tf-nightly and tensorflow in PyPi?

What is the difference between tf-nightly and tensorflow in PyPi? pip install tf-nightly pip install tensorflow Which one is reliable? …

python tensorflow pip tensorflow2.0 pypi
Can't upload to PyPi with Twine

I'm trying to upload a python package to PyPi, using the following commands: pip install -e . python setup.py bdist_…

python pypi twine
How to extract dependencies from a PyPi package

my goal is simple, i want to get the dependency of a PyPi package remotely without needing to download it …

python pip pypi package-management
Remove packages from local pypi index

This is similar to this question with one exception. I want to remove a few specific versions of the package …

setuptools pypi python-packaging devpi pypiserver
what does pip install actually do?

Super newb question here.. What does pip install actually do? Assuming the pypi package is a tarball... Does it just …

python pip package pypi pypiserver
Given the name of a Python package, what is the name of the module to import?

Does somebody know the logic behind Python modules names vs the name of the actual package used in easy_install? …

python pip easy-install pypi
What does the `platforms` argument to `setup()` in `setup.py` do?

Looking through several projects recently, I noticed some of them use platforms argument to setup() in setup.py, though with …

python setuptools setup.py pypi python-wheel
'pip setup.py bdist_wheel' no longer builds forced non-pure wheels

I have a project that compiles with C extensions on Linux, but without them on Windows. When I first generated …

python windows pypi python-wheel appveyor
twine not found (-bash: twine: command not found)

I am trying to use twine to publish my first python package on pypi (of course will add on test-pypi …

python pip pypi twine