You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
README.md | 2 years ago | |
l0de.png | 2 years ago | |
requirements.txt | 2 years ago | |
sniffpest.py | 2 years ago | |
unh.mp3 | 2 years ago |
README.md
sniffpest
started writing a clone of game i never even heard of just to shove it in the faces of two morons on EFnet
no ragrets
python -m venv .venv
source .venv/bin/activate
pip install --no-binary=Pillow -r requirements.txt
python sniffpest.py
i get a "munmap" error????
you probably left out the --no-binary=Pillow
bit above.
to fix:
pip uninstall Pillow
pip install --no-binary=Pillow Pillow