Fail to install librosa, llvm and llvmlite

Hello.

I bought lovely Jetson Nano Developer Kit, and I’ve tried to install librosa and llvm for signal processing for a week.
However, I can’t install every packages. it begins to regret buying this machine now.
Is there any manual for setup my environment?
Tried to install anaconda following this (https://devtalk.nvidia.com/default/topic/1051415/jetson-nano/anaconda-for-jetson-nano/), and llvm-dev, llvmlite

Error message is, ‘failed with exit status 1’ something.

If you have any experience install successfully, please teach me.

Hi,

Anaconda
Anaconda doesn’t support aarch64 architecture.
There is no workaround for this since it isn’t an open source frameworks.

I’m not familiar with Archiconda. Maybe you can check if you are running out of storage first.

LLVM
Some users have successfully built it from source.
You can check this comment for information:
[url]https://devtalk.nvidia.com/default/topic/1028001/jetson-tx1/numba-package-in-python-on-jetson-/post/5323156/#5323156[/url]

Thanks.