Search code examples
"pip install --editable ./" vs "python setup.py develop"...


pythonpipsetuptoolspython-packaging

Read More
Import issue while using the python setuptools library...


pythonsetuptoolsgoogle-ai-platform

Read More
Is there a reason to have both tox.ini and setup.cfg in a python project?...


setuptoolstoxpyscaffold

Read More
Python setuptools: packaging the root directory (no subdirectory per package wanted)...


pythonsetuptoolspython-packaging

Read More
tool generated from setuptool needs alias name...


pythoncompatibilitysetuptools

Read More
How to make imports works in a console script when installing by setuptools in Python?...


pythonpipsetuptools

Read More
I built a python package and uploaded to pypi. It can be installed but not imported: ModuleNotFoundE...


setuptoolspython-packaging

Read More
Is it possible to create pip packages for a specific operating system?...


pythonpipsetuptoolspython-packaging

Read More
python implicit namespace packages are not installing with setuptools...


pythonpython-3.xnamespacessetuptoolspython-3.4

Read More
Can I zip PySpark dependencies containing some setuptools.Extension?...


pythonpysparksetuptools

Read More
Explain Python entry points?...


pythonsetuptools

Read More
How to clean up xxx.egg-info and build folders after building a wheel package using setup.cfg...


pythonsetuptoolspython-wheel

Read More
How to generate python code during a build and include those in a python wheel?...


pythonsetuptoolsdistutilspython-wheel

Read More
how to compile multiple files in cython...


pythoncythonsetuptoolsdistutils

Read More
Create a python package and after install use like a executable...


pythonpython-3.xsetuptoolspython-packagingpython-wheel

Read More
How to selective install package in one pypi project which has multiple packages?...


pythonpipsetuptoolssetup.pypypi

Read More
Unable to use locally built python package in development mode...


pippython-3.6setuptoolssetup.py

Read More
How to fix "ModuleNotFoundError: No module named 'setuptools' "...


ubuntupycharmpython-3.6setuptools

Read More
Automatic version number both in setup.py (setuptools) AND source code?...


pythongitversionsetuptoolsdistutils

Read More
How to install a wheel-style package using setup.py...


pythonpipsetuptoolspython-wheelpython-packaging

Read More
setuptools with data in a folder above the tool folder...


pythonsetuptools

Read More
Package installed failed with poetry backend...


pythoncythonsetuptoolssetup.pypython-poetry

Read More
Can pip install from setup.cfg, as if installing from a requirements file?...


pythonpipsetuptools

Read More
Catch 22 ModuleNotFoundError: ImportError: If I fix one I get the other...


pythonsetuptoolspython-3.8setup.py

Read More
Python project using protocol buffers, Deployment issues...


pythoninstallationprotocol-bufferssetuptoolssoftware-distribution

Read More
How to add a comment to setup.cfg?...


pythonpython-3.xsetuptools

Read More
Equivalent of R packages automation tools in Python...


pythonpipsetuptoolspypipython-packaging

Read More
How to build py3-none-any wheels for a project with an optional C extension?...


pythoncythonsetuptoolspython-wheelpython-extensions

Read More
UnknownExtra error when installing via setup.py but not via pip...


pipsetuptoolssetup.pypython-packagingray

Read More
Setup.py reinstalling already installed user-written package...


pythongitpipsetuptoolssetup.py

Read More
BackNext