Giter Site home page Giter Site logo

Comments (4)

0dm avatar 0dm commented on July 22, 2024 3

Hi @ahmetutku,

I also had to remove the pywin32 requirement on MacOS. I recommend removing your files and trying again, with these exact steps (from the README):

 git clone https://github.com/MLDSAI/puterbot.git
 cd puterbot
 python3.10 -m venv .venv
 source .venv/bin/activate
 pip install wheel

nano requirements.txt // (or use vim lol)
remove the line "pywin32==306"
ctrl+x => y

pip install -r requirements.txt
pip install -e .
alembic upgrade head

check if it works via python3.10 -m pytest
if so, you should be fine to run python puterbot/record.py "test"

I also suggest doing a very brief recording, just click around a few times and type a word. Longer recordings tend to cause more issues on my end.

from openadapt.

abrichr avatar abrichr commented on July 22, 2024 1

Thank you @ahmetutku and @0dm !

I also had to remove the pywin32 requirement on MacOS. I

Fixed in #31

Longer recordings tend to cause more issues on my end.

Thank you for flagging, there is an open issue here: #5

However, I have been getting errors (as seen in the images attached).

@ahmetutku in the future please copy and paste instead of taking a screenshot of text.

It appears you are using the standard pynput from https://github.com/moses-palmer/pynput and not our custom version from https://github.com/abrichr/pynput. The latter is specified in the requirements.txt. Please stash your changes with git stash, try again, and let us know if this fixes your issue! 🙏

from openadapt.

ahmetutku avatar ahmetutku commented on July 22, 2024 1

@abrichr Yup, problem solved! Thank you.

from openadapt.

abrichr avatar abrichr commented on July 22, 2024

@ahmetutku can we close this?

from openadapt.

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.