Issue
Issue
- I am trying to run the base text Tensorflow tutorials on my m1 MacBook
- I have properly installed the new metal based packages guide
- I get an error when i get t this point in the tutorial
CODE
!pip install -q "tensorflow-text==2.8.*"
ERROR
ERROR: Could not find a version that satisfies the requirement tensorflow-text==2.8.* (from versions: none)
ERROR: No matching distribution found for tensorflow-text==2.8.*
Tried Solutions
- ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) M1 Mcbook
- ERROR: Could not find a version that satisfies the requirement deepcorrect (from versions: none)
- Could not find a version that satisfies the requirement DoubleTable (from versions: none)
Solution
Build TensorFlow Text from source
Answered By - sogu
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.