[Baypiggies] Installing C extensions with pip - verbosity

Bill Janssen janssen at parc.com
Wed Jul 26 13:05:48 EDT 2017


Hmmm, I gave up on pip for this, and switched to using conda recipes
instead.  Lots of things have conda recipes already, and they're easy to
write otherwise.  They basically just run "python setup.py install" to
build a .tar.gz file containing the built package, which then gets
cached in a known location for future use.  But you can also use them
to build non-Python thingies.

Bill


More information about the Baypiggies mailing list