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

Linux "ModuleNotFoundError: No module named 'Crypto'" #3

Open
De3vil opened this issue Mar 15, 2022 · 0 comments
Open

Linux "ModuleNotFoundError: No module named 'Crypto'" #3

De3vil opened this issue Mar 15, 2022 · 0 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@De3vil
Copy link
Owner

De3vil commented Mar 15, 2022

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

rm /var/lib/dpkg/lock
rm /var/cache/apt/archives/lock
rm /var/lib/apt/lists/lock
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y wine python-pip
wget https://www.python.org/ftp/python/2.7.14/python-2.7.14.msi
wine msiexec /i python-2.7.14.msi
sudo wine ~/.wine/drive_c/Python27/python.exe -m pip install pyinstaller==3.6 pynput==1.6.8 pycryptodome==3.14.1 pywin32 mega.py==1.0.8
sudo pip install pynput==1.6.8 pyinstaller==3.3.1
apt install -y gnome-shell-extension-dashtodock

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

@De3vil De3vil added bug Something isn't working duplicate This issue or pull request already exists labels Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant