Search code examples
"No module named x.__main__; 'x' is a package and cannot be directly executed" whe...


pythonpipsetuptoolspypicommand-line-tool

Read More
How to specify another tox project folder as a dependency for a tox project...


pythondependenciessetuptoolssetup.pytox

Read More
cant import python module I just made on github...


pythongithubpippackagesetuptools

Read More
Exclude certain dependency version ranges in setuptools/pip...


pythonpipsetuptools

Read More
Why use pip over easy_install?...


pythonpipsetuptoolseasy-installpypi

Read More
Python Compile Mixed C and C++ Extension...


pythonc++csetuptoolspybind11

Read More
Nest or combine extras_require for setuptools in setup.cfg...


pythonsetuptoolsdependency-management

Read More
My Python multi-module package won't distribute with a py.typed file...


pythonpipsetuptoolspython-packaging

Read More
Post install script after installing a wheel...


pythonpipsetuptoolspython-wheel

Read More
python ZipImportError: bad local file header only when import in jupyter notebook...


pythonipythonsetuptoolsjupyterimporterror

Read More
oddities when pip installing a local package with --prefix and -e. Potential bug with importlib.meta...


pythonpython-3.xpipsetuptools

Read More
pip install -e doesn't allow to import via package dir...


pythonsetuptoolssetup.py

Read More
How should I set this up for a working package?...


setuptoolssetup.pypython-packaging

Read More
Calling `pip uninstall` from the source folder where `setup.py install` was called...


pythonpippackagesetuptoolsuninstallation

Read More
Numpy version mismatch...


pythonnumpybuildsetuptoolspyproject.toml

Read More
Error when importing HMM package (hmmlearn)...


pythonsetuptoolsattributeerrorhmmlearn

Read More
Creating a python package (deb/rpm) from cmake...


pythonpython-3.xcmakesetuptools

Read More
How to put data in a Python package using setup.cfg...


python-3.xpackagesetuptools

Read More
How to check if any module in a Python package imports from another package?...


pythondependenciessetuptoolspython-packaging

Read More
How to set up entry_points in setup.cfg...


pythonpython-3.xpython-3.6setuptools

Read More
setup.py generates /usr/bin wrappers with a "#!." shebang...


pythonsetuptools

Read More
Force unbuffered output for script made with buildout and zc.recipe.egg:scripts...


pythonsetuptoolsbuildout

Read More
Python distutils keyError...


pythonsetuptoolsdistutils

Read More
Changing console_script entry point interpreter for packaging...


pythonsetuptoolsdistutils

Read More
Create python development environment (virtualenv) using setup.py...


pythonvirtualenvsetuptoolssetup.py

Read More
setuptools_scm not working with `pip install .` in case of .git in parent folder...


pythonsetuptoolspython-packagingsetuptools-scm

Read More
Error exporting symbol when building Python C Extension in Windows...


pythonwindowslinkersetuptoolspython-extensions

Read More
How to setup Python package config file using setup.cfg...


pythonpackagesetuptoolspython-wheel

Read More
What is the purpose of Python setuptools?...


pythonsetuptools

Read More
How do I use data in package_data from source code?...


pythonbuildsetuptoolsdistutilsdistribute

Read More
BackNext