-
Notifications
You must be signed in to change notification settings - Fork 36
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
can't run pydumpck: ModuleNotFoundError: No module named 'tinyaes' #54
Comments
|
pydumpck "/sdcard/Download/GAY_TEAM/enc_simple.cpython-311.so" Traceback (most recent call last): how can i solve this problem |
I have the same problem, did you solve it? @serfend |
check if any error occurred in install package like folling. Building wheels for collected packages: tinyaes
Building wheel for tinyaes (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for tinyaes (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
running bdist_wheel
running build
running build_ext
building 'tinyaes' extension
error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for tinyaes
Failed to build tinyaes
ERROR: Could not build wheels for tinyaes, which is required to install pyproject.toml-based projects |
here are the steps done:
Now when I try to run the tool it shows this traceback:
my python is:
c:\Prg\M>python -V
Python 3.12.0
The text was updated successfully, but these errors were encountered: