Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

ModuleNotFoundError: No module named 'pyaes' #1

Open
Sinior-Rosi opened this issue May 1, 2020 · 6 comments
Open

ModuleNotFoundError: No module named 'pyaes' #1

Sinior-Rosi opened this issue May 1, 2020 · 6 comments

Comments

@Sinior-Rosi
Copy link

I installed it on kali Linux and I had this error when typed python3 main.py
ModuleNotFoundError: No module named 'pyaes'

@Mandofskii
Copy link

use pip3 install -r requirements.txt

@kyo1337
Copy link
Collaborator

kyo1337 commented May 4, 2020

I installed it on kali Linux and I had this error when typed python3 main.py
ModuleNotFoundError: No module named 'pyaes'

install module pyaes, command : pip3 install pyaes

@kyo1337
Copy link
Collaborator

kyo1337 commented May 4, 2020

use pip3 install -r requirements.txt

yes, first you try to check the version of python
command: python --version
if it's version of python 3.
then use pip3 install
if it's not python 3. it's 2.
use pip install

@Polarusss
Copy link

there is still this issues, im reaching here cause idk where i can look for an answer, im pretty new to python and get this error : ModuleNotFoundError: No module named 'pyaes'

If someone sees this and have the issues here the message i get :

Traceback (most recent call last):
File "C:\Users\phoso\Desktop\Blank-Grabber-main\Blank Grabber\env\Scripts\process.py", line 9, in
import pyaes
ModuleNotFoundError: No module named 'pyaes'
297 INFO: PyInstaller: 6.1.0
297 INFO: Python: 3.12.0
319 INFO: Platform: Windows-11-10.0.22621-SP0
320 INFO: wrote C:\Users\phoso\Desktop\Blank-Grabber-main\Blank Grabber\env\Scripts\Built.exe.spec
415 INFO: UPX is available and will be used if enabled on build targets.
415 INFO: Removing temporary files and cleaning cache in C:\Users\phoso\AppData\Local\pyinstaller
script 'C:\Users\phoso\Desktop\Blank-Grabber-main\Blank Grabber\env\Scripts\loader-o.py' not found

@indsizee
Copy link

indsizee commented Nov 8, 2023

эта проблема все еще есть, я добираюсь сюда, потому что я не знаю, где я могу найти ответ, я новичок в Python и получаю эту ошибку: ModuleNotFoundError: нет модуля с именем «pyae»

Если кто-то увидит это и у него возникнут проблемы, я получу сообщение:

Traceback (последний последний вызов): файл «C:\Users\phoso\Desktop\Blank-Grabber-main\Blank Grabber\env\Scripts\process.py», строка 9, в импорте pyaes ModuleNotFoundError: нет модуля с именем «pyaes» ' 297 ИНФО: PyInstaller: 6.1.0 297 ИНФО: Python: 3.12.0 319 ИНФО: Платформа: Windows-11-10.0.22621-SP0 320 ИНФО: написал C:\Users\phoso\Desktop\Blank-Grabber-main\ Пустой Grabber\env\Scripts\Built.exe.spec 415 ИНФОРМАЦИЯ: UPX доступен и будет использоваться, если он включен в целях сборки. 415 ИНФОРМАЦИЯ: Удаление временных файлов и очистка кеша в сценарии C:\Users\phoso\AppData\Local\pyinstaller 'C:\Users\phoso\Desktop\Blank-Grabber-main\Blank Grabber\env\Scripts\loader-o. py' не найден

Have you solved the problem?

@Flokin4ik
Copy link

I also have the same error, how can I fix it?
У меня тоже такая ошибка как это починить?

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

6 participants