Message from Python discussions
November 2018
— py -m pip install package
then?
Collecting package
Downloading https://files.pythonhosted.org/packages/27/16/89ea913b3e70256b9abe4f222543553fcce8bafc7ff3774a8802a054e6b8/package-0.1.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\RICCAR~1\AppData\Local\Temp\pip-install-pcbmu_pn\package\setup.py", line 31
"""
^
SyntaxError: invalid syntax
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\RICCAR~1\AppData\Local\Temp\pip-install-pcbmu_pn\package\
You are using pip version 10.0.1, however version 18.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
— Shhh
— py -m pip install --upgrade pip
— Done
— py -m pip install pyTelegramBotApi
— Ok
— Youre a god
— So happy to see that people still use pip instead of anaconda
— I recommend you to use https://github.com/python-telegram-bot/python-telegram-bot instead of pyTelegramBotApi
.
— Between Django & pycharm best to use
— ?