Issue
Every time I tried to run a Python script containing matplotlib in VSCode, I receive the following message in the integrated terminal:
Cannot mix incompatible Qt library (5.14.1) with this library (5.15.2)
Runing script from VSCode:
If I run the script directy from the terminal outside VSCode, the script is running fine.
Runing script from terminal:
Any idea how to fix this?
Solution
Have you installed PyQt5
packages? If it is, could you try to uninstall or reinstall it?
Answered By - Steven-MSFT
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.