10 June 2026
Z4W13 C.E.text not yet in the index
It's a very basic issue that people who have little experience with Python understand. It suggests your code wasn't written by you and now here you are being stuck. But Saurabh is right. If that same code worked before but doesn't anymore, the library you use has changed and the code needs to be adapted. It's the kind of issue you experience by using AI without knowing much about coding.
𝐂𝚨𝐏𝚻𝚨𝐈𝚴 𝐋𝚬𝚼𝐈 🕉 Dedit shows error building wheels (ig)
If you are serious about getting help you don't take a single line from the whole output you got from Python but share the whole output. Mind rule #5.
𝐂𝚨𝐏𝚻𝚨𝐈𝚴 𝐋𝚬𝚼𝐈 🕉 Dedit shows error building wheels (ig)
Ask AI, installing some packages may help i dont know which exact
Nirmeet Triveditext not yet in the index
This is not a Python specific question, please delete your offtopic message, move to @PythonOfftopic and ask there.
code keeper @cs_shot_bothi, anyone know how can i run telegram bot on the Cpanel?
That depends on your provider and if they allow running python code...assuming the bot is in python
razorblade23That depends on your provider and if they allow running python code...assuming the bot is in python
yes
but i don't know how can i run
12 June 2026
.../0/project $ python av.py
ERROR: pypdf not installed. Run: pip install pypdf
.../0/project $ pip install pypdf
Requirement already satisfied: pypdf in /data/data/com.termux/files/usr/lib/python3.13/site-packages (6.12.2)
.../0/project $ python av.py
ERROR: pypdf not installed. Run: pip install pypdf
.../0/project $
I have pypdf installed Still i am getting error
𝐂𝚨𝐏𝚻𝚨𝐈𝚴 𝐋𝚬𝚼𝐈 🕉 Ded.../0/project $ python av.py
ERROR: pypdf not installed. Run: pip install pypdf
.../0/project $ pip install pypdf
Requirement already satisfied: pypdf in /data/data/com.termux/files/usr/lib/python3.13/site-packages (6.12.2)
.../0/project $ python av.py
ERROR: pypdf not installed. Run: pip install py
I would suggest you learn about virtual environments (venv)
https://docs.python.org/3/library/venv.html
Raghu Raj 🦴how can i share the code
Rule 5️⃣: To share code or error tracebacks, use an online pasting service like:
- https://dpaste.org
- https://hastebin.com
- https://bin.kv2.dev
If you posted a wall of text, go back and delete it.