Jonathan Barchi

Results 8 comments of Jonathan Barchi

@moebis Fluidd is a fork of mainsail made when Mainsail development had slowed (IIRC), so they are probably using the same or very similar plumbing on the backend. I'm not...

Second that auto-installing all the deps for input shaping would be tricky, since how it's configured depends very much on one's specific setup -- e.g. which accel is used, where...

Update: Some more research suggests this may be a more general numpy error related to gcc version, possibly due to moving from a pi3b to a pi4b between installs: [see...

Further update: Temporary workaround is to constrain numpy install in venv to a version with a wheel on piwheels; see [this comment](https://github.com/numpy/numpy/issues/21038#issuecomment-1099332628) which amounts to editing `/etc/pip.conf` and `/etc/pip-constraints.txt` to...

@meteorlxy How about combining the commands you want to run in a shell script, and invoking that from the 'scripts' section?

I'm not sure this is the same issue but I think it is, so here's another (possible) use case that doesn't seem to be supported with current syntax I can...

@techalchemy Any thoughts on this use case? I realize it is an issue with the package, but in my experience there are a number of useful packages out there that...

EDIT: Original comment preserved below, but I no longer think the vext.pyqt5 issue is related to installing with --no-binary vs. not. Reasons: * 0.5.21 still errors on `pipenv install` even...