Skip to content
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

Cant Create venv #100

Closed
sakiresy opened this issue Oct 28, 2024 · 4 comments
Closed

Cant Create venv #100

sakiresy opened this issue Oct 28, 2024 · 4 comments

Comments

@sakiresy
Copy link

vaizdas_2024-10-28_221814846
It fails when i try to create venv and install requirements.
Python version 3.10
Clean install

@MaddFun
Copy link

MaddFun commented Oct 29, 2024

Similarly, the bot is not installed. Python 3.11.2

ERROR: Cannot install -r requirements.txt (line 25), TgCrypto==1.2.5 and tgsessionsconverter==0.0.5 because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested TgCrypto==1.2.5
opentele 1.15.1 depends on tgcrypto
tgsessionsconverter 0.0.5 depends on tgcrypto==1.2.3

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

@YarmolenkoD
Copy link
Owner

@RecursionHs @sakiresy @MaddFun Hey guys, thanks! Will check it

@YarmolenkoD
Copy link
Owner

@RecursionHs @sakiresy @MaddFun Fixed. Please check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@YarmolenkoD @sakiresy @MaddFun and others