Skip to content Skip to sidebar Skip to footer
Showing posts with the label Setuptools

Python Setuptools Package_data - Pip Fails On Subfolders

I am trying to make my own pip package installation to work and I have troubles with subfolders in … Read more Python Setuptools Package_data - Pip Fails On Subfolders

How To Make Easy_install Execute Custom Commands In Setup.py?

I want my setup.py to do some custom actions besides just installing the Python package (like insta… Read more How To Make Easy_install Execute Custom Commands In Setup.py?

Easy_install Gets Wrong Pip Version

I have been following the instructions on http://docs.python-guide.org/en/latest/starting/install/o… Read more Easy_install Gets Wrong Pip Version

Gcp Ai Platform: The Script _name_ Is Installed In '/root/.local/bin' Which Is Not On Path

I am trying to push python files to the Google AI Platform (unified). For the dependencies I am usi… Read more Gcp Ai Platform: The Script _name_ Is Installed In '/root/.local/bin' Which Is Not On Path

How To Use Setuptools Packages And Ext_modules With The Same Name?

I got the following file structure for my Python C Extension project: . ├── setup.py ├── source   … Read more How To Use Setuptools Packages And Ext_modules With The Same Name?

How Do I Add A Python Tag To The Bdist_wheel Command Using Setuptools?

Let's say I have a simple library which uses setuptools for packaging and distributing. The lib… Read more How Do I Add A Python Tag To The Bdist_wheel Command Using Setuptools?