-
Notifications
You must be signed in to change notification settings - Fork 52
Description
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 $