-
-
Notifications
You must be signed in to change notification settings - Fork 836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install aiogram from tar.gz archive #84
Comments
Oh. That's intresting issue. I'll try to fix it but now you can install it from github: |
Or: git clone https://github.com/aiogram/aiogram.git
cd aiogram
python setup.py install |
Thank you, I'll wait for installation from the archive because I cannot use git. |
Fixed in dev-2.x branch. Will be available from pypi soon. |
@JrooTJunior, nice, thank you! |
I can do that but without publishing on PyPi if it will help you. |
Ok, I can cherry-pick this commit and apply to the 1.x branch myself. Anyway, I have to maintain my own version of 1.x branch. |
name: Bug report
about: Create a report to help us improve
Context
Expected Behavior
I run
pip install https://files.pythonhosted.org/packages/b8/78/64dff7c69f21df0383bf442060a44c4dbf8842bd454c03858c11fa483330/aiogram-2.0.tar.gz
and it installs fine.Current Behavior
Failure Information (for bugs)
Steps to Reproduce
Run the command above.
Failure Logs
See above.
Why?
I need this because access to pypi.org is blocked and I want to install from archive (it can be downloaded before the installation).
The text was updated successfully, but these errors were encountered: