problem with pywin32 and mega.py
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 $
@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