lasersPew

Results 67 comments of lasersPew

> So after almost a year, I've started with implementing concurrency :D. Pull the latest image and hopefully it works faster now. Sorry for the late reply, going back to...

Are you on Windows? If yes' this issue is dupe of #8

> If you want, I could make a PR and do some extra work. Heya! Thanks for pointing this out. You may go ahead and make a PR for this.

Sorry for the long wait, imma fix this later.

Solution: 1. Create a venv from python3.9 or earlier 2. Reinstall gevent by typing `pip uninstall gevent` and `pip install -r requirements.txt`

Reopened as this should be compatible on later versions of python.

Solution: 1. Install wheel: `pip install wheel` 2. Install gevent manually: `pip install gevent`