You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.
as user I like to use fastai at Jetson Nano 4GB, but install failed:
Looking in links: https://torch.maku.ml/whl/stable.html
Collecting fastai
Using cached fastai-2.2.5-py3-none-any.whl (191 kB)
Collecting fastprogress>=0.2.4
Downloading fastprogress-1.0.0-py3-none-any.whl (12 kB)
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from fastai) (2.18.4)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from fastai) (3.12)
Requirement already satisfied: scipy in /usr/lib/python3/dist-packages (from fastai) (0.19.1)
Requirement already satisfied: pillow>6.0.0 in /usr/local/lib/python3.6/dist-packages (from fastai) (8.1.0)
Collecting scikit-learn
Downloading scikit-learn-0.24.1.tar.gz (7.4 MB)
|████████████████████████████████| 7.4 MB 3.4 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
Requirement already satisfied: torch<1.8,>=1.7.0 in /usr/local/lib/python3.6/dist-packages (from fastai) (1.7.1)
Requirement already satisfied: pandas in /usr/lib/python3/dist-packages (from fastai) (0.22.0)
Requirement already satisfied: torchvision<0.9,>=0.8 in /usr/local/lib/python3.6/dist-packages (from fastai) (0.8.2)
Collecting matplotlib
Using cached matplotlib-3.3.4.tar.gz (37.9 MB)
ERROR: Command errored out with exit status -4:
command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-1dobxfj1/matplotlib_26be673922654e7c99d4190d61bf226f/setup.py'"'"'; file='"'"'/tmp/pip-install-1dobxfj1/matplotlib_26be673922654e7c99d4190d61bf226f/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-ocp_8rcy
cwd: /tmp/pip-install-1dobxfj1/matplotlib_26be673922654e7c99d4190d61bf226f/
Complete output (19 lines):
WARNING: Discarding https://files.pythonhosted.org/packages/22/d4/e7ca532e68a9357742604e1e4ae35d9c09a4a810de39a9d80402bd12f50f/matplotlib-3.3.4.tar.gz#sha256=3e477db76c22929e4c6876c44f88d790aacdf3c3f8f3a90cb1975c0bf37825b0 (from https://pypi.org/simple/matplotlib/) (requires-python:>=3.6). Command errored out with exit status -4: python setup.py egg_info Check the logs for full command output.
Using cached matplotlib-3.3.3.tar.gz (37.9 MB)
....
same procedure with all versions < 3.3.3
Any idea, to use pytorch/fastai aarch64 ???
The text was updated successfully, but these errors were encountered: