Eliot Partridge

Results 18 comments of Eliot Partridge

Can confirm, experienced this issue myself. Happens on any skeleton and/or model, afaik. > On Nov 23, 2014, at 2:56 AM, Ott [email protected] wrote: > > https://www.youtube.com/watch?v=aE7YSplxmPs > > —...

Can reproduce on Ender 3 V2, Creality 422 mainboard.

I could look into writing some docs if you'd like. Just need collaborator access.

Started some work on this on the [wiki](https://github.com/NotMyWing/GarrysModAmongUs/wiki).

https://youtu.be/VPpIjhtgGj0

Bump. This is still an issue. @braunly is correct, `setup.py` downloads an old version because the version number is hard-coded into `download_url` and wasn't changed following the update.

I published my own patched version [here](https://github.com/BytewaveMLP/DerPyBooru) which can be used as a substitute if installed as a zipball. I haven't published it to PyPi as I'm not sure of...

Oh huh, you're alive? That's good to know, at least. Hopefully you can get things worked out. Would be nice to be able to use the official PyPi package at...

``` Collecting derpybooru Downloading DerPyBooru-0.7.3.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "C:\Users\Bytewave\AppData\Local\Temp\pip-build-_toyc8wl\derpybooru\setup.py", line 6, in import derpibooru File...

And just to prove it's the correct version: ``` >>> import derpibooru >>> for image in derpibooru.Search(): ... print("#{} - score: {:>3} - {}".format(image.id, image.score, image.tags)) ... #1446857 - score:...