Search code examples
Poetry: build a package with a non-standard directory structure...


pythonpython-packagingpython-poetry

Read More
Python pip doesnt download/install source code from self-made package...


pythonpython-packaging

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


pythonsetuptoolspypipython-packagingpyproject.toml

Read More
How to build a self-contained Python venv?...


pythonvirtualenvpython-packagingpython-venvpython-poetry

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


pythonsetuptoolspython-packagingnuitka

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


pythonsetuptoolspython-packaging

Read More
GitHub "Used By" / Dependents Not Populating...


githubpypipython-packagingdependabotdependency-graph

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
How to add a released .whl to requirement.txt?...


pythonpippython-packagingrequirements.txt

Read More
Dependency conflict between pandas and openpyxl did not show up while trying to install packages...


pandaspippython-packaging

Read More
What else goes in a Python src folder, according to actual or de facto standards?...


pythonpython-packaging

Read More
Why does installing `pypiwin32` or `pywin32` fail when installing as a dependency but succeed when j...


pythonpipcondapywin32python-packaging

Read More
How to require importlib.resources in a Python setup script...


pythonpippython-packagingpython-importlib

Read More
Can I create an executable Python zip archive with dependencies?...


pythonpython-packagingzipapp

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
Pip installs packages in the wrong directory...


pythonpippython-modulepython-packagingpythonpath

Read More
Prevent pip from caching a package...


pipsetuptoolssetup.pypython-packagingpython-wheel

Read More
How importing packages and subpackages actually work?...


pythonpython-modulepython-packaging

Read More
Create a python venv that works on systems with no python installed...


pythonpython-importpython-venvpython-packaging

Read More
Python Subprocess cannot find module...


pythonsubprocesspython-importpython-venvpython-packaging

Read More
Cannot import a method from sklearn (using VSCode)...


pythonscikit-learnpython-packaging

Read More
pip install <.whl file> installs dist_info but doesn't actually install the package...


pythonpipsetuptoolspython-packagingpython-wheel

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


pythonsetuptoolspython-packagingpyproject.toml

Read More
python: packaging throws InvalidVersion error for 3.9.16+...


pythonpython-3.xvirtualenvpython-packaging

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


pythonsetuptoolssetup.pypython-packaging

Read More
How to update custom package version?...


pythongitpipenvpython-packaging

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


pythonsetuptoolspython-packagingpython-wheelpyproject.toml

Read More
How to access python package metadata from within the python console?...


pythondistutilspython-packaging

Read More
BackNext