Search code examples
Pip: Invalid requirement...


pythonsetuptools

Read More
discover which package installed a Python script entry point?...


pythonpipsetuptools

Read More
Include file from root level in setup.py...


pythonsetuptools

Read More
No module named pkg_resources...


pythondjangovirtualenvsetuptoolspip

Read More
How to reference a requirements.txt in the pyproject.toml of a setuptools project?...


pythonpipsetuptoolspyproject.toml

Read More
Conflict errors installing own packages located on test.pypi.org, using pip (or pipenv)...


pythonpipsetuptoolspipenv

Read More
How to correctly use python __init__.py in packages...


python-3.xpython-importsetuptoolssetup.pypython-packaging

Read More
Error while downloading the requirements using pip install (setup command: use_2to3 is invalid.)...


pythonpython-3.xpipsetuptools

Read More
Can conda install source distributions?...


pythonsetuptoolsconda

Read More
How to access package data after specifying location in pyproject.toml...


pythonpipsetuptoolspyproject.toml

Read More
No module named 'distutils' despite setuptools installed...


pythoncondasetuptoolsdistutilspython-3.12

Read More
PyCharm does not recognize modules installed in development mode...


pythonpython-3.xpycharmsetuptools

Read More
Windows: ModuleNotFoundError: No module named 'distutils'...


pythonpython-3.xsetuptoolsdistutils

Read More
Unable to import function from custom package built using pyproject.toml...


pythonpython-3.xsetuptoolspython-packagingpyproject.toml

Read More
Is there complete documentation for `setup.cfg`?...


pythonsetuptoolspackagingsetup.py

Read More
When should the "Natural Language" PyPI classifier be used?...


pythonsetuptoolspypipython-packagingdistutils

Read More
How to reference a variable defined in setup.py?...


pythonsetuptoolssetup.py

Read More
Transitioning from setuptools to Poetry: Issues with Scripts and Package Data...


pythonsetuptoolspython-poetry

Read More
Python extension: using different compiler flags for a C parts and C++ parts...


pythonc++cgccsetuptools

Read More
Issue importing PyYAML, cltk...


macospipsetuptoolspyenvpyyaml

Read More
Python setuptools multiple extension modules with shared C source code building in parallel...


pythonsetuptoolspython-c-api

Read More
Why did I get an error ModuleNotFoundError: No module named 'distutils'?...


pythonsetuptoolsdistutilsskfuzzypython-3.12

Read More
Alternative dependencies (fall back) in setup.py...


pythoninstallationsetuptools

Read More
how to exclude "tests" folder from the wheel of a pyproject.toml managed lib?...


pythonsetuptoolspyproject.toml

Read More
How to create a console script using if __name__ == ' __main__' condition?...


pythonpipsetuptools

Read More
How to write setup.py to include a Git repository as a dependency...


pythondjangogitpackagingsetuptools

Read More
Add py.typed as package data with setuptools in pyproject.toml...


pythonsetuptoolspyproject.tomltyped

Read More
getting no develop install with `pip install -e .` unless I delete `pyproject.toml`...


pythonpipsetuptoolssetup.pypyproject.toml

Read More
.env files and python package distribution...


pythonsetuptoolspackagingdistutils.env

Read More
Why is pip installing an old version of my package?...


pythonpipsetuptools

Read More
BackNext