Skip to content
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

ModuleNotFoundError: No module named 'logger' #102

Open
EnriqueSanchezdelVillar opened this issue Nov 16, 2020 · 9 comments
Open

ModuleNotFoundError: No module named 'logger' #102

EnriqueSanchezdelVillar opened this issue Nov 16, 2020 · 9 comments
Assignees
Labels
bug Python 3 Issues related to Python 3

Comments

@EnriqueSanchezdelVillar

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
WhatsApp Image 2020-11-16 at 08 17 37

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
@decalage2 decalage2 self-assigned this Nov 16, 2020
@decalage2 decalage2 added the bug label Nov 16, 2020
@decalage2 decalage2 added this to the ViperMonkey 0.08 milestone Nov 16, 2020
@decalage2
Copy link
Owner

Indeed it looks like a bug, it should be from vipermonkey.core.logger import log I think.

@EnriqueSanchezdelVillar
Copy link
Author

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!

@Bl4ck-D0g
Copy link

Hi,
I have the same problem in my Slackware OS. I tried to manually import the "core.logger" library (logger.py), but the result is below:
image

@decalage2
Copy link
Owner

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.

@decalage2 decalage2 added the Python 3 Issues related to Python 3 label Mar 1, 2021
@ElTarget
Copy link

Hello, a few days ago, I started to build vipermonkey in my python2.7 environment, but the error during regex installation was displayed, "x86_64 Linux GNU GCC"。
I checked the regex module and found that python2 is no longer supported.
image

@ElTarget
Copy link

事实上,我刚刚注意到你正在运行Python 3的vipermonkey:这还不受支持。请尝试使用Python 2或PyPy 2。

Now I build it in the python3 environment, and it also shows the logger problem

@WHOLETTHEDOG-OUT
Copy link

Hello, a few days ago, I started to build vipermonkey in my python2.7 environment, but the error during regex installation was displayed, "x86_64 Linux GNU GCC"。 I checked the regex module and found that python2 is no longer supported. image

Meeting the same problem

@ElTarget
Copy link

Hello, I have directly done the migration of the Python version. Developed and used based on Python3.

@WHOLETTHEDOG-OUT
Copy link

Hello, I have directly done the migration of the Python version. Developed and used based on Python3.

got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Python 3 Issues related to Python 3
Projects
None yet
Development

No branches or pull requests

5 participants