Search code examples
pip install --editable cause "running develop, error in 'egg_base' option: 'src&#39...


pythonsetuptools

Read More
cmake --target source directory does not exist...


c++cmakesetuptools

Read More
what are the differences between "python setup.py test" vs "pytest {package}"?...


pythonpytestsetuptoolsgithub-actions

Read More
Parse setup.py without setuptools...


pythonpython-2.7setuptools

Read More
What is the difference between a "pip wheel -e" and "pip install -e"?...


pythonpython-3.xpipsetuptools

Read More
Why is pip install missing source of my package?...


pythonpipsetuptoolspypidevpi

Read More
Get Path to Python File Before Installation...


pythonpippathsetuptoolspackaging

Read More
Install package in grater version with string in name...


pythonsetuptoolspython-packaging

Read More
Python/C++ Extension, Undefined symbol error when linking a library...


pythonc++cmakesetuptools

Read More
Listing external wheel as platform specific dependency in pyproject.toml...


pipsetuptoolspython-packagingpyproject.toml

Read More
how to add package_data from outside src subdirectory so that they are actually installed?...


pythonsetuptoolssetup.pypython-packaging

Read More
Python `requirements.txt` and `setup.py` pick several ranges for the same package...


pythonpipsetuptoolssetup.pyrequirements.txt

Read More
module not found in a custom python package...


python-importsetuptoolssetup.pypython-packaging

Read More
How To Set Project Links in PyPI...


setuptoolssetup.pypypipython-packaging

Read More
semantic versions for the wheel file contains devNN...


setuptoolssetup.pypython-packagingpython-wheelpython-pbr

Read More
How can Python Poetry be forced to use a certain setuptools version?...


pythonsetuptoolspython-packagingpython-poetry

Read More
Why ist setuptools not installing install_requires...


pythonpipsetuptools

Read More
setuptools: package data folder location...


pythonsetuptools

Read More
Implicitly use namespace in imported modules in Python...


pythonpython-importsetuptoolspython-packagingpython-importlib

Read More
setuptools giving `TypeError` for minimal setup.py example...


pythonpython-3.xsetuptools

Read More
How to make it easy for the end user to install all of my dependencies in Python?...


pythonpipwindows-installersetuptools

Read More
entry_points setting working in setup.py but not setup.cfg...


pythonpipsetuptoolssetup.py

Read More
Building C++ Pybind11 extension with setuptools and CMake generates .so directory...


cmakesetuptoolspybind11

Read More
How does one install a setup.cfg + pyproject.toml python project in editable mode with pip?...


setuptoolspython-packagingpyproject.tomlpep517

Read More
How to include a .ini file in my python package when installing via pip from TFS2017?...


pythonmanifestsetuptools

Read More
How to install git+https:// from setup.py using install_requires...


pythongitpipsetuptoolssetup.py

Read More
setuptools python setup.py install not copying all child modules...


pythonsetuptools

Read More
How to resolve dependents of a python package?...


pythonpython-3.xcommand-line-interfacesetuptools

Read More
Use distutils setuptools for compile and link...


cythonsetuptoolsdistutils

Read More
Should I commit /bin directory when working with virtualenv?...


pythongitprojectvirtualenvsetuptools

Read More
BackNext