Search code examples
pip install <.whl file> installs dist_info but doesn't actually install the package...


pythonpipsetuptoolspython-packagingpython-wheel

Read More
Python poetry install fails on typed-ast (1.5.4). How to overcome the obstacle and install the packa...


pythonsetuptoolspython-poetrypyproject.tomlpython-3.11

Read More
How do I create a python setuptools entrypoint for package.__main__?...


pythonsetuptoolsentry-point

Read More
importlib.metadata doesn't appear to handle the authors field from a pyproject.toml file correct...


pythonsetuptoolspackagingpython-importlib

Read More
Setuptools and pyproject.toml not recognizing location of package...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Remove docker-py in setup.py before installing docker...


pythondockerpipsetuptoolsdockerpy

Read More
How to configure setuptools_scm to always generate timestamp and git hash...


pythonpipsetuptoolssetuptools-scm

Read More
Scrapy-deploy to Scrapyd doesn't install requirements pointed in setup.py...


pythonsetuptoolsscrapyscrapyd

Read More
How to indicate use_scm_version in setup.cfg?...


pythonsetuptools

Read More
Setuptools is creating is creating egg for UNKNOWN instead of setuptools-rust...


pythonsetuptoolssetup.pypython-packaging

Read More
Enforcing python version in setup.py...


pythonpython-2.7setuptools

Read More
Python: Why do some packages get installed as eggs and some as "egg folders"?...


pythonpackagingsetuptoolsegg

Read More
raise packaging.version.InvalidVersion linux pip...


pythonlinuxpipsetuptools

Read More
How to define a script in the venv/bin dir with pyproject.toml (in hatch or any other wrapper)...


pythonpipsetuptoolshatch

Read More
Include or exclude (license) files from package data with pyproject.toml and setuptools...


pythonsetuptoolspython-packagingpython-wheelpyproject.toml

Read More
pyproject.toml in an isolated environment...


pythonsetuptoolspyproject.tomlsetuptools-scm

Read More
Dependencies auto discovery for Python setuptools?...


pythonsetuptools

Read More
Using python venv with custom libraries...


pythonpython-importsetuptoolspython-packaging

Read More
How to make setup.py install multiple top-level packages?...


pythonbuildinstallationsetuptoolsdistutils

Read More
setup_requires with Cython?...


pythonbuildcythonsetuptoolssoftware-distribution

Read More
python setuptools and easy_install numpy...


pythonnumpysetuptools

Read More
Can install new PyPi module with pip, but can't import it myself?...


pythonpython-importsetuptoolspypipython-packaging

Read More
Installing test files with pyproject.toml and setuptools...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Using pypa's build on a python project leads to a generic "none-any.whl" wheel, but th...


pythoncythonsetuptoolspypipython-packaging

Read More
single-sourcing package version for setup.cfg Python projects...


pythonsetuptoolssetup.pypython-packaging

Read More
Why is pip editable install causing issue with subpackages?...


pythonpippython-importsetuptoolssetup.py

Read More
Call a function from a cython generated .so file inside a c++ code...


pythonc++ccythonsetuptools

Read More
Can't install Poetry in Ubuntu 20.04 Docker image due to setuptools error...


pythondockerpipsetuptoolspython-poetry

Read More
How to build an sdist with pip?...


pythonpipsetuptoolspython-packagingflit

Read More
Unable to exclude/prune a hidden directory via MANIFEST.in...


pythonmanifestsetuptoolspython-packaging

Read More
BackNext