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

Cannot currently install

Open Xliff opened this issue 3 years ago • 1 comments

I get the following from the test

===> Testing: Inline::Python:ver<0.5>:auth<cpan:NINE>
[Inline::Python] This container does not reference a native unsigned integer
[Inline::Python]   in block  at /home/cbwood/.zef/tmp/Inline-Python-0.5.tar.gz/Inline-Python-0.5/lib/Inline/Python.pm6 (Inline::Python) line 236
[Inline::Python]   in method py_to_p6 at /home/cbwood/.zef/tmp/Inline-Python-0.5.tar.gz/Inline-Python-0.5/lib/Inline/Python.pm6 (Inline::Python) line 228
[Inline::Python]   in method call at /home/cbwood/.zef/tmp/Inline-Python-0.5.tar.gz/Inline-Python-0.5/lib/Inline/Python.pm6 (Inline::Python) line 374
[Inline::Python]   in block <unit> at t/p6_to_py.t line 19
[Inline::Python] # You planned 12 tests, but ran 1
[Inline::Python] This container does not reference a native unsigned integer
[Inline::Python]   in block  at /home/cbwood/.zef/tmp/Inline-Python-0.5.tar.gz/Inline-Python-0.5/lib/Inline/Python.pm6 (Inline::Python) line 236
[Inline::Python]   in method py_to_p6 at /home/cbwood/.zef/tmp/Inline-Python-0.5.tar.gz/Inline-Python-0.5/lib/Inline/Python.pm6 (Inline::Python) line 228
[Inline::Python]   in method run at /home/cbwood/.zef/tmp/Inline-Python-0.5.tar.gz/Inline-Python-0.5/lib/Inline/Python.pm6 (Inline::Python) line 360
[Inline::Python]   in block <unit> at t/py_to_p6.t line 21

This is after attempting to install the package but getting:

===> Searching for missing dependencies: python3:from<native>

This is due to the Python library being named libpython3.10 on the latest Ubuntu LTS. The solution for this last bit is to provide a symlink from the current Python library to libpython3.so

Xliff avatar Jun 29 '22 02:06 Xliff

Cannot be installed in macOS too.

antononcube avatar Apr 06 '24 13:04 antononcube