-
Notifications
You must be signed in to change notification settings - Fork 2
Description
For example, unable to install telethon, (even if i set PATH before running), can not find built in module "tokenize"
`R:\ppython>pip3 install telethon
Collecting telethon
Using cached Telethon-1.25.0-py3-none-any.whl (567 kB)
Collecting rsa
Using cached rsa-4.9-py3-none-any.whl (34 kB)
Collecting pyaes
Using cached pyaes-1.6.1.tar.gz (28 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [4 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 11, in
ModuleNotFoundError: No module named 'tokenize'
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
R:\ppython>pip install pip
Requirement already satisfied: pip in r:\ppython\lib\site-packages (22.2.2)`