-1

enter image description here. I found difficulty in running some python code in VScode editor. I have installed it in windows. There are lots of error such as unused import and pylint(unused-wildcard-import) are shown. Can anyone help me to solve this problem. Thank you in advance

Raju Raj
  • 1
  • 1
  • Welcome to Stack Overflow! Questions seeking debugging help ("why isn't this code working?") must include the desired behavior, a specific problem or error and the shortest code necessary to reproduce it in the question itself. Questions without a clear problem statement are not useful to other readers. See: [How to create a Minimal, Complete, and Verifiable example](https://stackoverflow.com/help/mcve). – zr0gravity7 Jul 09 '20 at 13:34

1 Answers1

0

I think the latest Python version that manimlib runs in is Python 3.7 and you are running Python 3.8. That can cause some problems.

(Next time don't post your code as a screenshot, rather paste it and format it so others can copy and test your code :D)

eri_
  • 3
  • 3