Search code examples
Python extension with multiple modules...


pythonpython-packaging

Read More
self created module not callable...


pythonpython-packaging

Read More
Building a python wheel : "no module named ______"...


pythonpython-importpython-modulepython-packagingpython-wheel

Read More
Can't Display Version of a Python Binary PEX with Click Entry Points...


pythonpython-3.xpython-packagingpython-clickpython-pex

Read More
Converting my project to a package with modules...


pythonpython-modulepython-packaging

Read More
Why does IDLE add a newline after my code?...


pythonpython-idlepython-packaging

Read More
if I have some function in __init__.py how to imported this function into current directory code...


pythonpython-importinitpython-packaging

Read More
Unable to load submodules of a Python package: ModuleNotFoundError: No module named...


pythonpython-3.xpython-modulepython-packaging

Read More
pipenv/pip install from git commit/revision id...


pipdependenciespipenvpython-packagingpipfile

Read More
How to list the 3rd party projects (libraries, etc.) installed using pip in Python 3...


pythonpython-3.xpippython-3.8python-packaging

Read More
Python doesn't see machine package...


pythonraspberry-pipython-3.7python-packaging

Read More
How to author Python package using custom PyPI in setup.py?...


pythonpippython-packaging

Read More
Cython generated c/cpp files in poetry sdist tar.gz for no-cython-installation...


pythoncythonsetuptoolspython-packagingpython-poetry

Read More
pip install with relative paths in poetry...


pippython-packagingpython-poetry

Read More
How to use a module as part of a package and as a directly executable script?...


pythonpython-3.xpython-importpython-packaging

Read More
Custom package with dependency init error: ModuleNotFoundError or ImportError...


pythonpython-3.xsetuptoolspython-packaging

Read More
Python Custom package import module name not importing on init...


pythonsetuptoolspython-packaging

Read More
Run a python module from an installed package...


pythonpython-packagingpython-poetry

Read More
Bake target path into setup.py...


pippython-packaging

Read More
ModuleNotFoundError when importing another package...


pythonpython-importpython-packaging

Read More
ModuleNotFoundError but pkg_resources found it...


pythonpython-packaging

Read More
Two python packages with the same structure use function of the same name from other package...


pythonpython-3.xpippackagepython-packaging

Read More
How to have persistent storage for a PYPI package...


pythonsetup.pypypipython-packaging

Read More
How to place Spacy en_core_web_md model in Python package...


pythonpipspacypypipython-packaging

Read More
install_requires in setup.py file of Python package errors...


pythonpippypipython-packaging

Read More
Custom Python package is not accessible installed via Pip...


pythonpippython-modulepython-packaging

Read More
setuptools.setup() install_requires not installing listed packages...


pythonpipsetuptoolssetup.pypython-packaging

Read More
python2.7 module dir not recognizing submodules...


pythonpython-2.7python-importpython-packaging

Read More
How to specify external system dependencies to a Python package?...


pythonpython-3.xsetuptoolssetup.pypython-packaging

Read More
__all__ not working in __init_.py to allow specific module to import my Python code...


python-3.xpython-packaging

Read More
BackNext