Search code examples
Python 3.6.9 . ImportError: No module named setuptools_rust and a Command "python setup.py egg_...


pythonubuntupipsetuptoolspyopenssl

Read More
Pyproject using flat-layout creating several folders in lib folder instead one module...


pythonpipsetuptoolspyproject.toml

Read More
Packaging with pyproject.toml that will include other multi level directories...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Avoiding package reinstalls when developing binary module...


pipsetuptoolspython-packagingscikit-build

Read More
Run setup function from setuptools only if __name__ == "__main__"?...


pythonpython-3.xsetuptoolssetup.py

Read More
How to force a python wheel to be platform specific when building it?...


pythonsetuptoolssetup.pypython-wheel

Read More
How to include header file in source distribution?...


pythoncpipsetuptoolscffi

Read More
Is there an equivalent to NPM's "peerDependencies" in Python (preferably in setuptools...


pythondependenciessetuptoolspeer-dependencies

Read More
"UNKNOWN" project name and version number for my own pip-package...


pythonsetuptoolspython-packaging

Read More
How to set dynamic version for tool.setuptools_scm in pyproject.toml...


pythonubuntusetuptoolspyproject.tomlsetuptools-scm

Read More
How to write a minimally working pyproject.toml file that can install packages?...


setuptoolspython-packagingpython-poetrypyproject.tomlpep517

Read More
Using environment variables in `pyproject.toml` for versioning...


pythonversionsetuptoolspyproject.toml

Read More
'No matching distribution found for setuptools' while building my own pip package...


pythonpipsetuptoolspypipython-packaging

Read More
What is setuptool's alternative to (the deprecated) distutils `strtobool`?...


pythonargparsesetuptoolsdistutils

Read More
How to include and install local dependencies in setup.py in Python?...


pythonsetuptoolssetup.py

Read More
Issue with Python Package Upload to PyPI - Invalid Directory Structure...


pythonsetuptoolssetup.pypython-packaging

Read More
What keyword arguments does setuptools.setup() accept?...


pythonpipsetuptoolsdistutilseasy-install

Read More
Error with DeprecationWarning: pkg_resources when installing grpcio...


python-3.xpipsetuptoolsgrpcio

Read More
Pip Installing in my own package (in editable mode) does not expose the package to my system...


python-3.xpipsetuptools

Read More
Dockerfile build with setuptools - how to avoid full rebuild when files change...


pythondockercachingsetuptools

Read More
What are the downsides to relying purely on pyproject.toml?...


pythonsetuptoolssetup.pypython-packagingpyproject.toml

Read More
Python Setuptools: quick way to add scripts without "main" function as "console_scrip...


pythonprogram-entry-pointsetuptoolsentry-point

Read More
Dynamically importing libraries with importlib on setuptools entrypoint...


pythonpython-importsetuptoolspython-packagingpython-importlib

Read More
Distribute shell scripts using setuptools and pyproject.toml...


setuptoolssetup.pypython-packagingpyproject.toml

Read More
Specifying package data in pyproject.toml...


pythonpipsetuptools

Read More
What does an empty string key for package_dir do in setup.py?...


pythongradlesetuptools

Read More
How to import locally installed library?...


pythonpython-3.xpippython-importsetuptools

Read More
Ubuntu 23.10 Python 3.11.6 error: `The 'setuptools' distribution was not found and is requir...


python-3.xsetuptools

Read More
When to use pip requirements file versus install_requires in setup.py?...


pythonsetuptoolspipdistributesetup.py

Read More
Accessing modules in subdirectory when building pip package...


setuptoolssetup.pypython-packaging

Read More
BackNext