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

problem with pywin32 and mega.py #2

Open
danthe13th opened this issue Jul 3, 2022 · 1 comment
Open

problem with pywin32 and mega.py #2

danthe13th opened this issue Jul 3, 2022 · 1 comment

Comments

@danthe13th
Copy link

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 $

@De3vil
Copy link
Owner

De3vil commented Jul 3, 2022

@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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants