EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

while installing tensorflow #406

Open ghost opened 4 years ago

ghost commented 4 years ago

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

interpreter1231 commented 4 years ago

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

taolhulin commented 4 years ago

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.

nikhiljain-413 commented 3 years ago

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