Blank-c / BlankOBF

BlankOBF is a Python obfuscation tool designed to make Python programs harder to understand for casual users. It offers advanced obfuscation techniques and customization options, making it seamless to integrate into your development workflow.
MIT License
94 stars 19 forks source link

error line 9 #26

Closed newMet4s closed 3 months ago

newMet4s commented 3 months ago

Traceback (most recent call last): File "C:\Users\d\Downloads\Blank-Grabber-main\Blank Grabber\env\Scripts\process.py", line 9, in import pyaes ModuleNotFoundError: No module named 'pyaes' "pyinstaller"is not internal or external A command, an executable program, or a batch file. I've already done these steps:pip install pyaes and python -m pip install pyaes and also I changed the folder path in PATH but it didn't help

Blank-c commented 3 months ago

Question not related to the repo.

possible fix: python -m pip install --upgrade pyinstaller pyaesm