Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in setuptools

How to package my python program so the user can install it using setup.py

python setuptools setup.py

Cannot install Jupyter for python 2.7 due to setuptools not being the right version

How to build an sdist with pip?

setuptools not properly excluding tests

python setuptools

`pip install` Gives Error on Some Packages

DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-scm')

How to find a class or function in a Python module?

Why does setuptools not understand git+https URLs?

python git setuptools

I'd like some advice on packaging this as an egg and uploading it to pypi

Setuptools circular dependency_links

I built a python package and uploaded to pypi. It can be installed but not imported: ModuleNotFoundError

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

Running setup.py installation - Relative module names not supported

python setuptools

Does building pure python modules w/ conda require setuptools?

python setuptools conda

Cannot import a setup.py module while inside a venv

"No module named x.__main__; 'x' is a package and cannot be directly executed" when using entry_points / console_scripts

Proper permissions for python packages

How can I make easy_install.exe not open in a separate window?

error code 1 on pip install MySQL-python