Open librasteve opened 2 hours ago
One way to replicate my environment is to run this Dockerfile...
FROM librasteve/rakudo:scipy
#RUN zef install https://github.com/niner/Inline-Python.git --exclude="python3"
RUN zef install --/test Text::CSV
ENTRYPOINT ["/bin/bash"]
So go docker build -t test .
and then docker run -it test
and do the commented out command from the command line.
My kit:
On ubuntu
zef
I am trying to
zef install Inline::Python --exclude="python3"
And getting this error on the first test
t/call.t
...So I did a
zef install Inline::Python -v --exclude="python3" --/test
And then ran this snippet:
And got a clearer error:
Here's the source
There is no dir
/home/jovyan/Inline-Python/resources
at all which makes me suspect the"builder": "Distribution::Builder::MakeFromJSON"
Please can someone who knows how to get libpyhelper.so to the right place please take a look...?