Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Why i cant install pytgcalls #42

Closed
mahdizojaji opened this issue Mar 8, 2021 · 2 comments
Closed

Why i cant install pytgcalls #42

mahdizojaji opened this issue Mar 8, 2021 · 2 comments

Comments

@mahdizojaji
Copy link

pip3 install pytgcalls

Requirement already satisfied: pytgcalls in /home/mr/Projects/test_tgcall/.venv/lib/python3.8/site-packages/pytgcalls-0.0.9-py3.8.egg (0.0.9)
Collecting tgcalls==0.0.5 (from pytgcalls)
  Could not find a version that satisfies the requirement tgcalls==0.0.5 (from pytgcalls) (from versions: )
No matching distribution found for tgcalls==0.0.5 (from pytgcalls)
@MarshalX
Copy link
Owner

MarshalX commented Mar 8, 2021

There is 4 reasons:

  • old pip (upgrade to 20+)
  • Invalid Python version (supports only 3.6-3.9)
  • Invalid OS (only Linux for now)
  • Invalid CPU architecture (support x86_64 and ARM64)

@mahdizojaji
Copy link
Author

I upgrade pip & it fixed.

Repository owner locked and limited conversation to collaborators Mar 9, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants