Inline-Python icon indicating copy to clipboard operation
Inline-Python copied to clipboard

Installation failure

Open sumanstats opened this issue 8 years ago • 0 comments

Hi there,

I am trying to install Inline::Python in this docker image which I believe has all the requisites (gcc make python-dev )to install this module.

When I try to install this module, I get this error:

root@d9a72461fb37:/# zef install Inline::Python
===> Searching for: Inline::Python
===> Searching for missing dependencies: Panda::Common
===> Searching for missing dependencies: JSON::Fast
===> Building: Inline::Python:ver<0.3>:auth<github:niner>
/bin/sh: 1:
 python2-config: not foun
d
/bin/sh: 1:
 python2-config: not foun
d
pyhelper.c:1:10: fatal error: Python.h: No such file or directory
 #include "Python.h"
          ^~~~~~~~~~
compilation terminated.
make: *** [resources/libraries/libpyhelper.so] Error 1
The spawned command 'make' exited unsuccessfully (exit code: 2)
  in block <unit> at -e line 1

===> Building [FAIL]: Inline::Python:ver<0.3>:auth<github:niner>
Aborting due to build failure: Inline::Python:ver<0.3>:auth<github:niner> (use --force-build to override)
  in code  at /usr/share/perl6/site/sources/E98EEF837C2BEEB4C4EE270906957CB1C5DC8BAD (Zef::Client) line 331
  in method build at /usr/share/perl6/site/sources/E98EEF837C2BEEB4C4EE270906957CB1C5DC8BAD (Zef::Client) line 296
  in sub  at /usr/share/perl6/site/sources/E98EEF837C2BEEB4C4EE270906957CB1C5DC8BAD (Zef::Client) line 522
  in method install at /usr/share/perl6/site/sources/E98EEF837C2BEEB4C4EE270906957CB1C5DC8BAD (Zef::Client) line 633
  in sub MAIN at /usr/share/perl6/site/sources/E5C4501FC410C5FAD80CF4D0B6A252A4F928D633 (Zef::CLI) line 152
  in block <unit> at /usr/share/perl6/site/resources/A76807CE689F66BA252B3D85DF3EABA7AE381027 line 1
  in sub MAIN at /usr/share/perl6/site/bin/zef line 2
  in block <unit> at /usr/share/perl6/site/bin/zef line 2

Any help?

Best, Suman

sumanstats avatar Oct 04 '17 11:10 sumanstats