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

AttributeError: 'interpreter' object has no attribute 'myip' #4

Closed
mytrix-technology opened this issue Jul 16, 2021 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@mytrix-technology
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

This is my error after run labsecurity on command terminal

Traceback (most recent call last):
File "/usr/local/bin/labsecurity", line 4, in
import('pkg_resources').run_script('labsecurity==1.7', 'labsecurity')
File "/usr/local/lib/python3.9/site-packages/pkg_resources/init.py", line 651, in run_script
self.require(requires)[0].run_script(script_name, ns)
File "/usr/local/lib/python3.9/site-packages/pkg_resources/init.py", line 1455, in run_script
exec(script_code, namespace, namespace)
File "/usr/local/lib/python3.9/site-packages/labsecurity-1.7-py3.9.egg/EGG-INFO/scripts/labsecurity", line 6, in
File "", line 1007, in _find_and_load
File "", line 986, in _find_and_load_unlocked
File "", line 664, in _load_unlocked
File "", line 627, in _load_backward_compatible
File "", line 259, in load_module
File "/usr/local/lib/python3.9/site-packages/labsecurity-1.7-py3.9.egg/libsecurity/init.py", line 14, in
AttributeError: 'interpreter' object has no attribute 'myip'

can you help me?

Thanks

@dylanmeca
Copy link
Owner

dylanmeca commented Jul 16, 2021

Hello, I already fixed the error I had forgotten to remove a variable, it is that yesterday I was testing if it was possible for the serverlla library to join with labsecurity, currently the labsecurity project is under development.

But I plan to make this project multipurpose.

You can re-clone the repository for bug fix and reinstall the software with python3 setup.py install.

@dylanmeca dylanmeca added the enhancement New feature or request label Jul 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants