-
Notifications
You must be signed in to change notification settings - Fork 330
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
No Module Name certipy.entry #52
Comments
Have you tried to install with "pip3 install /path/to/Certipy" |
yes i had installed by using below command : Output└─# pip install .
|
Hello. It might be an issue with your Python environment. Can you try in a virtual environment? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
During the start of certipy below error appear . Any one help me out on this
Traceback (most recent call last):
File "/usr/local/bin/certipy", line 5, in
from certipy.entry import main
ModuleNotFoundError: No module named 'certipy.entry'
The text was updated successfully, but these errors were encountered: