Good afternoon
I have been trying to follow your very helpful instructions to build from source for a 64-bit RPi 4 Bullseye OS using Python 3.9 and aarch64. I keep getting this error on the item 6 command "python3 setup.py sdist bdist_wheel" at the bdist_wheel stage though:
"error: [Errno 2] No such file or directory: 'build/CMakeCache.txt'".
Do you know how to resolve this by any chance? Looking through the code suggests that file should have been made some point earlier in the process.
Any thoughts greatly appreciated as Torchaudio in particular is not working using simple pip install methods.
Kind regards
Simon
Good afternoon
I have been trying to follow your very helpful instructions to build from source for a 64-bit RPi 4 Bullseye OS using Python 3.9 and aarch64. I keep getting this error on the item 6 command "python3 setup.py sdist bdist_wheel" at the bdist_wheel stage though:
"error: [Errno 2] No such file or directory: 'build/CMakeCache.txt'".
Do you know how to resolve this by any chance? Looking through the code suggests that file should have been made some point earlier in the process.
Any thoughts greatly appreciated as Torchaudio in particular is not working using simple pip install methods.
Kind regards
Simon