#install pytorch
26 messages · Page 1 of 1 (latest)
hmmm that is strange - looks like your app diddnt install dependency?
maybe try manually installing python torch module - not sure about spicy details as I havent tried it
I thought about from the pip level itself
If i do install pytorch it tells me to install torch
Very bazaar
Might need to just install ubuntu :/
Maybe the packaging was not done properly, there was a similar issue with python-pygame before
gimme a sec to check some stuff
Seems like the package got disabled because it doesn't build in python3.11
https://github.com/termux/termux-packages/commit/a9c646f6b42b3f026d5272450d72a03543e4201b
So you probably installed an older build for python3.10 hence it probably went to the usr/lib/python3.10 directory and won't be detected by python3.11
You can check with pkg files python-torch if you see python3.10 paths then yeah it's old, for py3.10 only.
tur has python3.10 so if you need to you can also install python3.10 and use it with that in the meantime.
$ pkg install tur-repo
$ pkg install python3.10
$ python3.10 myscript.py
great that sorts it thank you!
RIP :(
N: Skipping acquire of configured file 'tur-continuous/binary-arm64/Packages' as repository 'https://tur.kcubeterm.com tur-packages InRelease' doesn't support architecture 'arm64' N: Skipping acquire of configured file 'tur-on-device/binary-arm64/Packages' as repository 'https://tur.kcubeterm.com tur-packages InRelease' doesn't support architecture 'arm64'