I was trying to run my python bot but it’s showing requried libraries not found. You can see above that the libaries are already installed. What should I do now??
We can’t see what you ran to produce that listing, which is pretty key information for anyone to help you. Also, generally it’s better to share text, enclosed in ```, than screenshots.
That said, maybe we should back up a step first.
Where are you trying to install these packages? Are you using a virtualenv? If not, I strongly recommend that you start using one. You can start learning how with the venv docs: venv — Creation of virtual environments — Python 3.14.0 documentation
2 Likes
