Open ghost opened 4 years ago
Have you figured out? I met the same problem, too.
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
pip install pyqtwebengine==5.12
pip install ast==1.4.0
pip install six==1.1.12
will either install or downgrade packages to meet tensorflow's requirements.
i also got same problem. if anyone knows how to resolve kindly help me out
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