Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in python-packaging

module 'pip' has no attribute 'pep425tags'

Installing nltk data dependencies in setup.py script

Import modules from different folders

Pip install error missing 'libxml/xmlversion.h'

Is `setup.cfg` deprecated?

Multilevel relative import

Prevent package from being installed on old Python versions

Difference between 'Directory' and 'Python Package' in PyCharm

pycharm python-packaging

How to list dependencies for a python library without installing? [duplicate]

python pip python-packaging

Relative imports in Python

python python-packaging

Python: Multiple packages in one repository or one package per repository?

How do I use a relative path in a Python module when the CWD has changed?

How to import a module from a different folder?

Using pytest with a src layer

How to easily distribute Python software that has Python module dependencies? Frustrations in Python package installation on Unix

How do I list the files inside a python wheel?

"pip install --editable ./" vs "python setup.py develop"

What is the easiest way to remove all packages installed by pip?

How to import other Python files?

Relative imports for the billionth time