-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi,
(I'm not installing to Docker container, otherwise this might be similar to Issue#26)
My zef is up-to-date (ver 0.42) and perl6 is Rakudo Star 2018-04 (in local dir /home/....)
Running on OpenSUSE leap 42.3, python package installed straight from OpenSUSE repository
which python2.7-config
/usr/bin/python2.7-config
which python2-config
/usr/bin/python2-config
#####@laptoplinux:/usr/bin> file python2-config
python2-config: symbolic link to python2.7-config
This is the error message :
#####@laptoplinux:~/Documents> zef install Inline::Python
===> Searching for: Inline::Python
===> Updated cpan mirror: https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan.json
===> Updated p6c mirror: http://ecosystem-api.p6c.org/projects.json
===> Searching for missing dependencies: python2-config, Distribution::Builder::MakeFromJSON
===> Failed to find dependencies: python2-config
Failed to resolve some missing dependencies
in block at /home/#####/rakudo/rakudo-star-2018.04/install/share/perl6/site/sources/7926F4F3ED4C81AA5DA2A54C8AE1E03D03424CCE (Zef::Client) line 166
in sub MAIN at /home/#####/rakudo/rakudo-star-2018.04/install/share/perl6/site/sources/E4784A2A0FA00D16808817186E95FE74BEF3FE2D (Zef::CLI) line 137
in block at /home/#####/rakudo/rakudo-star-2018.04/install/share/perl6/site/resources/3065D08F5332CA244672D7F8A05B603F92BB8A7D line 3
in sub MAIN at /home/#####/rakudo/rakudo-star-2018.04/install/share/perl6/site/bin/zef line 2
in block at /home/#####/rakudo/rakudo-star-2018.04/install/share/perl6/site/bin/zef line 2
I'm fairly sure Inline:Python installed and worked on this machine with previous version(s) of Rakudo Star?
bazzaar