tensorflow-aarch64
tensorflow-aarch64 copied to clipboard
Not able to use it
pip install tensorflow -f https://tf.kmtea.eu/whl/stable.html
Looking in links: https://tf.kmtea.eu/whl/stable.html warning: missing-index-doctype
× The package index page being used does not have a proper HTML doctype declaration. ╰─> Problematic URL: https://tf.kmtea.eu/whl/stable.html
note: This is an issue with the page at the URL mentioned above. hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow (tf) ➜ rtb git:(tf-core-idfa) ✗ pip install tensorflow -f https://cf.tf.kmtea.eu/whl/stable.html Looking in links: https://cf.tf.kmtea.eu/whl/stable.html warning: missing-index-doctype
× The package index page being used does not have a proper HTML doctype declaration. ╰─> Problematic URL: https://cf.tf.kmtea.eu/whl/stable
note: This is an issue with the page at the URL mentioned above. hint: You might need to reach out to the owner of that package index, to get this fixed. See https://github.com/pypa/pip/issues/10825 for context. ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow
Hi, missing-index-doctype
does not seem to be the problem, but there might not be a compatible version. You may try using Linaro’s (official?) build: pip install tensorflow-aarch64 -f https://tf.kmtea.eu/whl/stable.html