Bento icon indicating copy to clipboard operation
Bento copied to clipboard

A tool to nicely wrap-up your python softwares

Results 56 Bento issues
Sort by recently updated
recently updated
newest added

It seems the `--user` option to install Bento is broken. http://cournape.github.io/Bento/html/install.html#setuptools-based-installation-deprecated ``` $ python setup.py install --user usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2...

Bentomaker: Error: bentomaker crashed (uncaught exception : [Errno 2] No such file or directory: 'build/numpy/core/include/numpy/_numpyconfi\ g.h'). This occurred during setup in the "Diving into Numpy" tutorial. It was using the...

There's no interface_gen.py to be found anywhere in Bento or waf. ``` $ ../Bento/bentomaker build -i -j 2 Checking for 'c_bgxlc' (c compiler) : not found Checking for 'gcc' (c...

The Scipy build seems broken (in addition to FLAPACK -> LAPACK rename) at the moment, as cstlib static libraries do not get the -fPIC compiler flag appended. This makes the...

It seems that the scipy build can't find f2py unless it's installed as an executable. `numpy.f2py` can be imported; numpy was installed in-place and added to PYTHONPATH. ``` $ ./../Bento/bentomaker...

- Make summary and description fields match what PyPI expects - Support UTF-8 in DescriptionFromFile - Add support for DependencyLinks - Install egg-info install directory so pip can list and...

This works for me, looks good to merge.

Fixes the decode issue mentioned in #116.

A bunch of patches to make bento go further in the compilation of scikit-learn. This includes mainly patches related to include_dirs propragation that is somewhat broken in the master. The...