Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install Telethon?
#10
(Apr-21-2019, 07:11 AM)snippsat Wrote: Look at Python 3.6/3.7 and pip installation under Windows
There also a part there Fixing Path if needed .

When have done that it will work like this from cmd.
# Test python
C:\>python -V
Python 3.7.3

# Test pip
C:\>pip -V
pip 19.0.3 from c:\python37\lib\site-packages\pip (python 3.7)

# Install
C:\>pip install telethon
Collecting telethon
  Downloading ...........
Installing collected packages: pyaes, rsa, telethon
Successfully installed pyaes-1.6.1 rsa-4.0 telethon-1.6.2

# Test that it work
C:\>python
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 21:26:53) [MSC v.1916 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import telethon
>>> telethon.__version__
'1.6.2'
>>> exit()

C:\>


Thanks all, I solved the issue by reinstalling it and checking the damn box add to path at the start of the installation which I did not see the first time.
Reply


Messages In This Thread
How to install Telethon? - by Sharon - Apr-21-2019, 04:33 AM
RE: How to install Telethon? - by Gribouillis - Apr-21-2019, 04:41 AM
RE: How to install Telethon? - by Sharon - Apr-21-2019, 04:45 AM
RE: How to install Telethon? - by Gribouillis - Apr-21-2019, 05:04 AM
RE: How to install Telethon? - by Sharon - Apr-21-2019, 05:14 AM
RE: How to install Telethon? - by Gribouillis - Apr-21-2019, 05:19 AM
RE: How to install Telethon? - by Sharon - Apr-21-2019, 05:31 AM
RE: How to install Telethon? - by Gribouillis - Apr-21-2019, 06:32 AM
RE: How to install Telethon? - by snippsat - Apr-21-2019, 07:11 AM
RE: How to install Telethon? - by Sharon - Apr-21-2019, 08:32 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sent message by Telethon marked as read shan 0 2,918 Nov-13-2021, 06:03 PM
Last Post: shan
  telegram + telethon download message and foto and republish faustf 0 1,842 Oct-12-2021, 05:09 PM
Last Post: faustf

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020