-
Notifications
You must be signed in to change notification settings - Fork 331
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
[-] Got error: module 'enum' has no attribute '_decompose' #163
Comments
This is probably an issue of not understanding venv well.
Errors… traceback /path/to/system/package.py I expect this to install requirements inside of the venv but it appears to call the incompatible(?) system packages. |
Same problem today. |
I'm having the same issue as the OP, but on kali linux. Used venv, and cloned the newest certipy version. Also found that some commands work only with -stdout (such as 'find'). But for others I get the "module 'enum' has no attribute '_decompose'" error |
Same issue today using the certipy-ad package in Kali |
Same issue with certipy-ad AND installing in a venv with the setup.py on multiple kali/parrot VMs. |
The issue persists making I tried to locate the error by searching for the offending enum package
I installed older versions for the Did somebody already identified the root cause of this and found a fix or workaround? |
Fixed in version 4.8.0. Upgrade with |
I have installed from source in a virtual environment, however on a Mac I cannot get the program to run unless I use -stdout.
Seems to be a package issue with enum.py and find.py.
Any advice is appreciated.
The text was updated successfully, but these errors were encountered: