i have a need to run something that can translate text and the tools provided now all seem to use python and require pip etc.
One can use a standard OS/2 command prompt an run the command as Python 3.7 and onward comes with an ensurepip module.
python -m ensurepip --upgrade
it seem to install version 23, but another run, upgrade it to version 24.
Am aware that it may not know how to handle ArcaOS and OS/2, but it may be possible to iron out some things.
How can one install a downloadable AI tool, translation tool etc. ?
I wouldn't mind a tool to just select what to install.
Example of google translator, but the others seem to have similar issues as seen below.
[C:\usr\lib\python3.9\site-packages]python pip install googletrans
WARNING: The directory 'd:/home/.cache/pip' or its parent directory is not owned
or is not writable by the current user. The cache has been disabled. Check the
permissions and owner of that directory. If executing pip with sudo, you should
use sudo's -H flag.
Collecting googletrans
Downloading googletrans-3.0.0.tar.gz (17 kB)
Installing build dependencies ... error
error: subprocess-exited-with-error
pip subprocess to install build dependencies did not run successfully.
exit code: 2
[1 lines of output]
C:\USR\BIN/python.exe: can't open file 'C:/usr/lib/python3.9/site-packages/C:/
usr/lib/python3.9/site-packages/pip': [Errno 2] No such file or directory
[end of output]
note: This error originates from a subprocess, and is likely not a problem wit
h pip.
error: subprocess-exited-with-error
pip subprocess to install build dependencies did not run successfully.
exit code: 2
See above for output.
note: This error originates from a subprocess, and is likely not a problem with
pip.
//Jan-Erik