Ma Mana ma Manama

Results 295 comments of Ma Mana ma Manama

This directly on Termux: ``` ... /downloads/scikit-image $ python3 skimage/_build_utils/version.py | tr -d '\n' 0.25.0rc2.dev0~/downloads/scikit-image $ ``` and [updated:] the same when ssh-ed from PC.

That is after sshing to it, PC side that is: ``` ~/downloads/scikit-image $ bash skimage/_build_utils/version.py skimage/_build_utils/version.py: line 3: $' Extract version number from __init__.py\n': command not found import: unable to...

PS. Meson is this one, so I guess one could run it with a lot of -vvv to check by hand... : ` ~/.../scikit-image/build $ cat /data/data/com.termux/files/usr/bin/meson #!/data/data/com.termux/files/usr/bin/python3.12 # -*-...

True: "You have to run that command using python3, not bash", so I removing that one comment. Python on PC has same results as on Droid then: ``` ~/.../scikit-image/build $...

Found how to hack it. Version number must be fixed by hand, and it may be thus related to this: https://github.com/scikit-learn/scikit-learn/issues/29367 This ugly hack does it: ``` #!/bin/bash # Step...

Oh, I see it. Here: ``` ~/downloads $ head /data/data/com.termux/files/home/downloads/scikit-image/skimage/_build_utils/version.py #!/usr/bin/env python3 """ Extract version number from __init__.py """ import os ski_init = os.path.join(os.path.dirname(__file__), '../__init__.py') data = open(ski_init).readlines() ~/downloads $...

And the final tip: after all these fixes and a test ninja install with the $PREFIX path as the target folder, only this works for getting the python package in...

Indeed: ``` ~/downloads/hiptext-0.2 $ apt list | grep scikit WARNING: apt does not have a stable CLI interface. Use with caution in scripts. python-scikit-image/tur-packages 0.25.2 aarch64 ~/downloads/hiptext-0.2 $ ``` Notice...

> quick fix --> simply run with the --pre `pip install --pre scikit-image` or sickit-learn package Does not work, identical error : ``` + meson setup /data/data/com.termux/files/usr/tmp/pip-install-0_imwgbl/scikit-image_ce8d983c34e146f186574540ff06eb88 /data/data/com.termux/files/usr/tmp/pip-install-0_imwgbl/scikit-image_ce8d983c34e146f186574540ff06eb88/.mesonpy-qch0etio -Dbuildtype=release -Db_ndebug=if-release...

Probably your `-p "Greet the user." ` is too generic. It is not a question. Also check the hints at https://huggingface.co/Qwen/Qwen2.5-0.5B-Instruct-GGUF for the prompt tags or just change the model.