ashsyal
ashsyal
> wget https://repo.mxnet.io/dist/python/cpu/mxnet-1.9.0-py3-none-manylinux2014_aarch64.whl > python3 -c 'import mxnet' I ran through all these steps on aarch64 using ubuntu 20.04 but didnt seem to work. root@qrb5165-rb5:~/mxnet# python3.6 Python 3.6.9 (default, Jun...
Here are my steps for reference: 1. wget https://developer.arm.com/-/media/Files/downloads/hpc/arm-performance-libraries/22-0-2/Ubuntu20.04/arm-performance-libraries_22.0.2_Ubuntu-20.04_gcc-11.2.tar?rev=577d3dbcff7847b9af57399b2978f9a6&revision=577d3dbc-ff78-47b9-af57-399b2978f9a6 2. tar -xvf arm-performance-libraries_22.0.2_Ubuntu-20.04_gcc-11.2.tar\?rev\=577d3dbcff7847b9af57399b2978f9a6 3. sudo arm-performance-libraries_22.0.2_Ubuntu-20.04/arm-performance-libraries_22.0.2_Ubuntu-20.04.sh -a 4. export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/arm/armpl-22.0.2-gcc-11.2/lib 5. wget https://repo.mxnet.io/dist/python/cpu/mxnet-1.9.0-py3-none-manylinux2014_aarch64.whl 6. pip3 install mxnet-1.9.0-py3-none-manylinux2014_aarch64.whl I am using...
I get the same error for this command: loader = UnstructuredURLLoader(urls=urlslan, headers=headers)