antoinelame / GazeTracking

👀 Eye Tracking library easily implementable to your projects
MIT License
1.98k stars 528 forks source link

Installing dependencies using pip requirements breaks in Python 3.12 #87

Closed MrMallik closed 2 months ago

MrMallik commented 3 months ago

From Python 3.12 disutils was removed (here) disutils was used for install requirements. From python 3.12 they started using setuptools.

All I did was replace the requirements.txt and bumped up the versions.

How do I raise a PR for the same?

MrMallik commented 2 months ago

I had found how to raise a PR for contribution. Here's how to do it, in case anyone needs to know.

  1. Fork the repo you want to contribute to.
  2. Make changes and push commits.
  3. From your forked repo you will be able to raise PRs and it will show up in the source repos PR list.

Go on, make great PRs :+1: