Search code examples
Using Poetry's [tool.poetry.dependencies] in Setuptools Configuration in pyproject.toml...


dependenciessetuptoolspython-packagingpython-poetrypyproject.toml

Read More
Import creates unexpected references to objects depending on whether a module is a file, or when it ...


pythonimportpython-packaging

Read More
How to use standard tools to package and install a zipped python package of pyc files and a .pth fil...


pythonbuildpython-packagingpyproject.toml

Read More
How to install a local folder as a package using `conda`? (yet another relative imports question)...


pythoncondajupyterpython-packaging

Read More
Is it possible to make __pycache__ generate in a single centralized folder?...


pythonpython-packaging

Read More
Setuptools unable to read requirements.txt from pyproject.toml in python 3.12.x...


python-3.xsetuptoolspython-packagingrequirements.txtpyproject.toml

Read More
How to include .env file in my python package using pyproject.toml?...


pythonincludepython-packagingtoml.env

Read More
Find which Python package provides a specific import module...


pythonpippython-importpython-packagingpython-importlib

Read More
Error using Using DocArrayInMemorySearch in Langchain: Could not import docarray python package...


pythonopenai-apipython-packaginglangchain

Read More
Adding folder with data with `pyproject.toml`...


pythonsetuptoolspython-packagingpyproject.toml

Read More
How to pip install a package from a Gitlab PyPI package repository within a Dockerfile?...


pythondockergitlabpypipython-packaging

Read More
Python version is higher in virtual environment than the one specified in pyproject.toml...


pythonpython-packagingpython-poetrypyproject.toml

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


python-3.xpython-importsetuptoolssetup.pypython-packaging

Read More
How do I import other Python files?...


pythonimportpython-importpython-modulepython-packaging

Read More
Structuring project folders with many datasets and models...


pythonlibrariespython-packaging

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


pythonpython-3.xsetuptoolspython-packagingpyproject.toml

Read More
How can I clean up the useless python packages?...


pythonpython-packaging

Read More
PyPI - allow importing a module using a different name...


pythonpippython-importpypipython-packaging

Read More
How to write a Python module/package?...


pythonpython-2.7uploadpython-modulepython-packaging

Read More
Warning: 'news' is an entry point defined in pyproject.toml, but it's not installed as a...


pythonpython-packagingpython-poetry

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


pythonsetuptoolspypipython-packagingdistutils

Read More
How to run a script using pyproject.toml settings and poetry?...


pythonpython-packagingpython-poetry

Read More
Relative imports for the billionth time...


pythonpython-importrelative-pathpython-packagingrelative-import

Read More
Wrong dependency installed with pip...


pythonpippython-packagingrequirements.txt

Read More
How to import a module from a different folder?...


pythonpython-3.xpython-importpython-modulepython-packaging

Read More
mamba claims package is already installed when it is not...


pythonpython-packagingmamba

Read More
How do I remove all packages installed by pip?...


pythonpipvirtualenvpython-packaging

Read More
How to test a wheel against multiple versions of python?...


pythonpython-packagingtox

Read More
Get own pyproject.toml dependencies programatically...


pythonpython-packaging

Read More
How can I distribute a Python application into an empty environment?...


pythonpyinstallerpython-venvpython-packaging

Read More
BackNext