tensorflow-aarch64 icon indicating copy to clipboard operation
tensorflow-aarch64 copied to clipboard

Not able to use it

Open juancresc opened this issue 3 years ago • 1 comments

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

juancresc avatar Feb 24 '22 18:02 juancresc

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

KumaTea avatar Mar 11 '22 05:03 KumaTea