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
Hi, using pip3 on Kali 2021 it's not possible to install pywin32:
Defaulting to user installation because normal site-packages is not writeable
Collecting mega.py
Using cached mega.py-1.0.8-py2.py3-none-any.whl (19 kB)
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
Even with the "pip" command if i try to install it it shows that is not supported in 2.7
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
Do you know how to fix that?
The text was updated successfully, but these errors were encountered:
@Mrpolack hello
This tool is designed only to run on Windows, and by that I mean that you install it on Windows os
If you are using Windows, it works fine without any problems.
But if you are using Linux, this tool does not work on Linux, there is a problem with some packages that cannot be installed on Linux, but in the next version I will work to solve this problem,
You can try this temporary solution now
Then you can write a simple Python file containing this command and try the command, I don't promise you that it will work because the problem is from Python
Hi, using pip3 on Kali 2021 it's not possible to install pywin32:
Defaulting to user installation because normal site-packages is not writeable
Collecting mega.py
Using cached mega.py-1.0.8-py2.py3-none-any.whl (19 kB)
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
Even with the "pip" command if i try to install it it shows that is not supported in 2.7
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement pywin32 (from versions: none)
ERROR: No matching distribution found for pywin32
Do you know how to fix that?
The text was updated successfully, but these errors were encountered: