Search code examples
How to use cpp_extension with an existing library built on top of libtorch?...


c++pytorchsetuptoolslibtorch

Read More
Python setuptools: How can I list a private repository under install_requires?...


pythongithubsetuptools

Read More
Installing a python script to run from the command line...


pythonpipsetuptoolssetup.pypython-packaging

Read More
Python setuptools exclude dependencies when installing...


pythonpipsetuptools

Read More
How can I use setuptools to create an exe launcher...


pythoncompilationexesetuptools

Read More
Latest 'pip' fails with "requires setuptools >= 0.8 for dist-info"...


pythonpipsetuptoolspython-wheel

Read More
How to pass a user defined argument to setuptools in order to set a flag that changes compilation ma...


pythonsetuptoolssetup.py

Read More
Building Python C module on Windows...


pythoncwindowssetuptoolspython-extensions

Read More
How to use setuptools to install in a custom directory?...


pythonsetuptools

Read More
How is "egg=" used in "pip install -e"?...


pythonpipsetuptools

Read More
Python: pip can't find setup.py...


pythonpipsetuptools

Read More
Packaging local module with pex...


pythonbuildsetuptoolsdistutilspython-pex

Read More
How to build a source distribution without using setup.py file?...


pythonsetuptoolspypipython-packagingpyproject.toml

Read More
Include py.typed file in wheel produced with nuitka...


pythonsetuptoolspython-packagingnuitka

Read More
How can I get the version defined in setup.py (setuptools) in my package?...


pythonsetuptools

Read More
Installing a local Python package dynamically...


pythonsetuptools

Read More
How do I specify a Python version constraint for a dependency specifically for a platform?...


pythonsetuptoolspython-packaging

Read More
how to execute a script that will modify my package at build time?...


pythonsetuptools

Read More
pythons files are being ignored with pyproject.toml...


pythonsetuptoolspython-packagingpyproject.toml

Read More
Why isn't `site.main()` called by setuptools?...


pipsetuptoolssetup.pypython-packagingpep517

Read More
Do python projects need a MANIFEST.in, and what should be in it?...


pythonsetuptools

Read More
Python setuptools: how to include a config file for distribution into <prefix>/etc...


pythonsetuptools

Read More
Setuptools: distribute package composed of a single module...


pythonpackagesetuptoolspackaging

Read More
Output directories for python setup.py sdist bdist_wheel...


pythonpackagesetuptoolssdist

Read More
My python package not installing dependent packages when my package is installed...


setuptoolspython-packagingpyproject.toml

Read More
Alias Python package with a different root name when the old one uses lazy imports...


pythonsetuptoolspython-packaging

Read More
Prevent pip from caching a package...


pipsetuptoolssetup.pypython-packagingpython-wheel

Read More
Folders included in the tar.gz, not in the wheel, setuptools build...


pythonpython-3.xsetuptools

Read More
localstack 0.12.18 fails to install...


pythonpipanacondasetuptoolslocalstack

Read More
Cython: LINK : fatal error LNK1104: cannot open file 'atls.lib'...


pythonc++cythonsetuptools

Read More
BackNext