Hi Loris, "extensions"
would be what you are looking for, if you want to pip install specific packages.
Cheers, Maxime Le 21-01-15 à 04:01, Loris Bennett a écrit :
Hi, I am trying to write an EC for fastText: https://github.com/facebookresearch/fastText Using the MakeCp EB I can build the binaries (there is some talk of libraries in the documentation, but I can see nothing relevant in the Makefile). However, there is also Python stuff in its own subdirectory and with a separate installation mechanism, namely pip. Is there any easy way to deal with this situation within a single EC? If there isn't, how would one have to organise a piece of software which comprises binaries and Python modules so that everything can be installed via a single EC? Regards Loris

