Code Monkey home page Code Monkey logo

Comments (9)

GiacomoLaw avatar GiacomoLaw commented on July 29, 2024 1

This isn't an issue with the keylogger, but with your setup. Apologies that you couldn't get it working.

from keylogger.

GiacomoLaw avatar GiacomoLaw commented on July 29, 2024 1

I haven't updated the pip repo in ages, I would just suggest installing it from here, not via pip.

from keylogger.

GiacomoLaw avatar GiacomoLaw commented on July 29, 2024

Try installing from the linux directory on this repo - pip is a bit broken for this repo. Or create a changes.md file.

from keylogger.

truesamurai avatar truesamurai commented on July 29, 2024

I tried again but still no successful install.
When I run the command I get:
Traceback (most recent call last):
File "keylogger.py", line 5, in
from keylogger import pyxhook
File "/opt/Keylogger/linux/keylogger/keylogger.py", line 5, in
from keylogger import pyxhook
ImportError: cannot import name pyxhook

from keylogger.

GiacomoLaw avatar GiacomoLaw commented on July 29, 2024

Try running pip install pyxhook, and then install. Hope this works :D

from keylogger.

truesamurai avatar truesamurai commented on July 29, 2024

pyxhook is already installed, still getting this error.

from keylogger.

ChillerDragon avatar ChillerDragon commented on July 29, 2024

@sh1va73 is pyxhook installed in the python version you used to run the logger? I confused python2 and python3 dependencys when installing it. I recommend going with python3 nowerdays:

python3 -m pip install pyxhook
python3 keylogger.py

from keylogger.

truesamurai avatar truesamurai commented on July 29, 2024

Thanks for the suggestion but it did not work. I'm giving up on this one as I never got it installed properly.

from keylogger.

willnaoosmith avatar willnaoosmith commented on July 29, 2024

Same here

 pip install keylogger
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
Collecting keylogger
  Using cached keylogger-2.7.3.tar.gz (6.5 kB)
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-VONDNs/keylogger/setup.py'"'"'; __file__='"'"'/tmp/pip-install-VONDNs/keylogger/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-WERnzW
         cwd: /tmp/pip-install-VONDNs/keylogger/
    Complete output (7 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-VONDNs/keylogger/setup.py", line 24, in <module>
        long_description="\n\n".join([open("README.md").read(), open("CHANGES.md").read()]),
      File "/usr/lib/python2.7/codecs.py", line 896, in open
        file = __builtin__.open(filename, mode, buffering)
    IOError: [Errno 2] No such file or directory: 'CHANGES.md'
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

@sh1va73 did you find any solution to this?

from keylogger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.