ModuleNotFoundError: No module named 'logger'
EnriqueSanchezdelVillar opened this issue · 9 comments
Describe the bug
I have installed vipermonkey in my Parrot OS using sudo -H pip install -U https://github.com/decalage2/ViperMonkey/archive/master.zip
When I run (vmonkey) it I have the following error:
Screenshots
Could someone please help me with this? Is it enough information?
Thank you for your attention.
Desktop (please complete the following information):
- OS: Parrot Os latest version
Indeed it looks like a bug, it should be from vipermonkey.core.logger import log
I think.
Any thoughts on how to fix it?
It is weird because I was following a youtube video of a guy using Parrot Os also and we did not have this issue when installing it.
Thanks!
In fact I just noticed that you are running vipermonkey with Python 3: this is not supported yet. Please try it with Python 2 or PyPy 2.
事实上,我刚刚注意到你正在运行Python 3的vipermonkey:这还不受支持。请尝试使用Python 2或PyPy 2。
Now I build it in the python3 environment, and it also shows the logger problem
Hello, I have directly done the migration of the Python version. Developed and used based on Python3.
Hello, I have directly done the migration of the Python version. Developed and used based on Python3.
got it.