Hi, could you help me ?
When I use :
pip3 install tensor2tensor
I get Error like this :
“ERROR: Could not find a version that satisfies the requirement opencv-python (from tensor2tensor) (from versions: none)
ERROR: No matching distribution found for opencv-python (from tensor2tensor)”
But I have installed opencv-python through
wget https://github.com/opencv/opencv/archive/3.4.3.zip
unzip 3.4.3.zip
and make it , so in python3 I can " import cv2 ". After installing opencv-python, I start to install tensor2tensor , unfortunately , I get the error above, what should I do to fix this problem ?
Thank you very much !