TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 icon indicating copy to clipboard operation
TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10 copied to clipboard

while installing tensorflow

Open ghost opened this issue 6 years ago • 3 comments
trafficstars

i got a error like this

ERROR: spyder 3.3.6 requires pyqt5<5.13; python_version >= "3", which is not installed. ERROR: spyder 3.3.6 requires pyqtwebengine<5.13; python_version >= "3", which is not installed. ERROR: astroid 2.3.1 requires typed-ast<1.5,>=1.4.0; implementation_name == "cpython" and python_version < "3.8", which is not installed. ERROR: astroid 2.3.1 has requirement six==1.12, but you'll have six 1.13.0 which is incompatible.

what is the solution for it

ghost avatar Nov 20 '19 20:11 ghost

Have you figured out? I met the same problem, too.

interpreter1231 avatar Dec 21 '19 11:12 interpreter1231

Hello,

I've just had this trouble and I did solve it, so I'm helping whoever will get to this page.

Running :

pip install pyqt5==5.12 #and then pip install pyqtwebengine==5.12 #and then pip install ast==1.4.0 #and then pip install six==1.1.12

will either install or downgrade packages to meet tensorflow's requirements.

taolhulin avatar Jan 28 '20 10:01 taolhulin

i also got same problem. if anyone knows how to resolve kindly help me out

nikhiljain-413 avatar Sep 15 '21 19:09 nikhiljain-413