Aditya Jaiswal

Results 2 comments of Aditya Jaiswal

after use python2.7 Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor

go here - - - - (create Virtual Environment) 12. Virtual Environments and Packages — Python 3.10.7 documentation (copy and paste in browser) ``` python3 -m venv tutorial-env source tutorial-env/bin/activate...