You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i could not install them
even if i used
pip3 install pywin32...
$ pip install -r requirements.txt
Requirement already satisfied: mega.py in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (1.0.8)
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
~/SteaLinG $ python3 -m pip show pywin32
WARNING: Package(s) not found: pywin32
~/SteaLinG $ pip3 install pywin32
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
~/SteaLinG $ ls
README.md Uptomage.py requirements.txt
SteaLinG.py pycache src
Steal_PS.py modules_version2
~/SteaLinG $ cat requirements.txt
mega.py
pywin32
pycryptodome
colored
~/SteaLinG $
The text was updated successfully, but these errors were encountered:
@danthe13th hello
From what I read I think you are using termux
But this tool was designed to run only on Windows, because some libraries are designed to be installed on Windows only
But I am working on solving this problem in the new version that will be released soon
On the occasion of mega.py
You can install it on termux
All you have to do is ignore the releases
This is done through the following pip --no-python-version-warning install mega.py
Repository owner
locked as resolved and limited conversation to collaborators
Jul 3, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i could not install them
even if i used
pip3 install pywin32...
$ pip install -r requirements.txt
Requirement already satisfied: mega.py in /data/data/com.termux/files/usr/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (1.0.8)
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
~/SteaLinG $ python3 -m pip show pywin32
WARNING: Package(s) not found: pywin32
~/SteaLinG $ pip3 install pywin32
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
~/SteaLinG $ ls
README.md Uptomage.py requirements.txt
SteaLinG.py pycache src
Steal_PS.py modules_version2
~/SteaLinG $ cat requirements.txt
mega.py
pywin32
pycryptodome
colored
~/SteaLinG $
The text was updated successfully, but these errors were encountered: