telebotter / django-telegrambot

Simple app for Telegram bot in Django
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Error during installation #15

Closed manojsitapara closed 4 years ago

manojsitapara commented 4 years ago

I did try to install by following command

pip install -e git+https://github.com/telebotter/django-telegrambot.git#egg=django-telegrambot --upgrade

FileNotFoundError: [Errno 2] No such file or directory: 'README.rst'

Is anybody else also facing same error?

maxatp commented 4 years ago

This is happening because of the last changes from Jul 20, 2020. You can install the previous commit:

pip install -e git+https://github.com/telebotter/django-telegrambot.git@5f07ec585086eca9f26d10305eca58fe21c67a6d#egg=django-telegrambot --upgrade
lukruh commented 4 years ago

sorry that was my bad I change the readme to markdown, forgot to edit the package info..

lukruh commented 4 years ago

I fixed the readme in the latest commit, the installation should work again. If you have installed the previous commit as maxatp suggested you are fine too, the actual code has not changed..

manojsitapara commented 4 years ago

Thanks !! It is working fine.