Search code examples
Differences between distribute, distutils, setuptools and distutils2?...


pythonpackagingsetuptoolsdistutilsdistribute

Read More
Getting ModuleNotFoundError when trying to import third party modules in setup.py...


pythonpython-3.xsetuptoolsmodulenotfounderrormypyc

Read More
Offline installation of dependent python modules without PIP...


pythonpipsetuptoolsofflineeasy-install

Read More
Installing packages on computer in a closed network...


pythonpippackagesetuptools

Read More
How do I install an old version of Django on virtualenv?...


pythondjangosetuptoolsvirtualenv

Read More
Correct use of PEP 508 environment markers in setup.cfg...


pythonpython-3.xsetuptoolspython-packaging

Read More
Building a package referencing a package in a parent directory in setup.py...


pythonsetuptoolssetup.py

Read More
Dependencies (requirements) for setting up, testing, and installing a Python library...


pythonsetuptoolspypidistutils

Read More
Testing Python C libraries - get build path...


pythonsetuptoolsdistutils

Read More
python 3.7.6 pip setup.py test with ContextualVersionConflict...


setuptoolssetup.pypython-packaging

Read More
pip ignores python_requires field in setup...


pythonsetuptoolspypisetup.py

Read More
Numpy install requirement on package fails on pip install from PyPI but not from .whl...


pythonpipsetuptoolspypi

Read More
Python setuptools: How do I specify dependencies in a private PyPI repo, hosted on Nexus?...


python-3.xpipnexussetuptools

Read More
What's the standard way to package a python project with dependencies?...


pythonsetuptools

Read More
How to configure __main__.py, __init__.py, and setup.py for a basic package setup?...


pythonpipsetuptools

Read More
Running a python installed script within a virtual environment looks for the global Python installat...


pythonwindowsvirtualenvsetuptools

Read More
What do I need to do to my python code to get it to be a module?...


pythonmodulesetuptoolsdistutils

Read More
setuptools sdist has appropriate files, wheel is missing top folder for packages...


pythonmacossetuptools

Read More
Tool like PyInstaller but without the bundling?...


pythonpippyinstallersetuptools

Read More
version = attr: in setup.cfg, ModuleNotFoundError...


pythonsetuptools

Read More
When is it acceptable to use features from a later minor version update of python in a setup.py scri...


pythonpython-3.xpython-3.6setuptoolsf-string

Read More
python setuptools removed shebang from my script...


pythonsetuptools

Read More
How to specify version ranges in install_requires (setuptools, distribute)...


pythonsetuptools

Read More
Python C Extension with Multiple Functions...


pythonctypessetuptools

Read More
How do tell "swig -python -py3 myswig.i" not to include annotations...


python-3.xpython-2.7setuptoolsswig

Read More
UserWarning: Unknown Extension options: 'cython_directives' when locally installing Cython p...


pythonpipcythonsetuptoolscythonize

Read More
Python Namespace Packages in Python3...


pythonpython-3.xsetuptoolspypinamespace-package

Read More
Add custom action to setup.py...


setuptoolssetup.pypython-packaging

Read More
Why is setuptools not available in environment Ubuntu docker image with Python & dev tools insta...


pythondockersetuptoolsrequirements.txt

Read More
Setup.py install requires local package...


pythonsetuptools

Read More
BackNext