setuptools
Unable to include static package files in egg via setuptools
I am trying out the Pyramid tutorial example and it\'s built-in setup.py file appears to be set up to add static files to the egg file but it doesn\'t actually happen. I\'ve done some search and toyin[详细]
2023-03-23 21:14 分类:问答Installing ScientificPython as a dependency
I am trying to list ScientificPython as a dependency in my setup.py. However, during the installation process, python seems to not find the package. What is wrong in my approach?[详细]
2023-03-23 18:54 分类:问答Automatic version number both in setup.py (setuptools) AND source code?
SITUATION: I have a python library, which is controlled by git, and bundled with distutils/setuptools. And I want to automatically generate version number based on git tags, both for setup.py sdist a[详细]
2023-03-21 23:53 分类:问答pip freeze captures the package name as if it was on python index site, but it is not. full path is needed
I installed a package from git hub: pip install -e git+http://github.com/un33k/django-uuslug.git#egg=django-uuslug[详细]
2023-03-19 11:51 分类:问答python setuptools and easy_install numpy
Doesn\'t setuptools use easy_install to ge开发者_运维技巧t the additional dependencies you specify in a setup.py? I\'m asking because say I have a setup.py and in the install_requires = ["numpy&q[详细]
2023-03-18 18:23 分类:问答best tool for building python distro with dependencies/resources
So I\'ve been working on a python project and reached the point that I have to mak开发者_如何学Goe some kind of installer/distribution. Now this project has quite a lot of dependencies and some resour[详细]
2023-03-17 19:48 分类:问答How do you specify the shebang line of a command script created by setuptools
I have created a package that I will be distributing throughout the company that replaces a legacy bash script with the same name. It is referenced many places so it needs to execute like the current[详细]
2023-03-17 13:54 分类:问答How to install pip with Python 3?
I want to install pip. It should support Python 3, but it requires setuptools, which is available only for Python 2.[详细]
2023-03-17 06:07 分类:问答How do I get setup.py test to use a specific fortran compiler?
I am trying to test a package that includes some f90 files. If I build or install and specify the fortran compiler, it works fine. However, when I try to test I get the following error:[详细]
2023-03-16 10:37 分类:问答Install local extras in Python
setup.py of my package X uses setuptools to optionally install an extra package Y, via the extras_require parameter.[详细]
2023-03-15 23:58 分类:问答