Chad Smith
Chad Smith
I'm attempting to package a Flask-SocketIO application. I'm using a virtual environment, and have successfully packaged and run the application with `gevent` and `threading` async modes. However, there seems to...
* Mentioned python might point to python2 * Mention `py` instructions for windows * Mention tox, nox, pipx
This is ready for another review
I like the idea. Is it possible to add filters to the search such that only packages with console scripts are returned in the results?
I am a little conflicted on adding this script. Another alternative I'm considering is building a [pex](https://pypi.org/project/pex/) and allowing users to just download and run it. It makes this script...
> Hmm, distributing a pex sounds nice, but do we need to do something to specify the default interpreter pipx uses if we do that? Kind of, the pex can...
Thanks for reporting, sorry for the inconvenience. Can you share the output of the following: ``` > py # enter whichever python version was used to install pipx ``` then...
Is the character issue in other terminals still a problem? > But black does it happily đ why would pipx be any less than black đ If the emojis are...
Just a guess, but have you tried passing ââspec auditwheel==4.0.0 auditwheelâ to pipx? I am wondering if this is the issue (itâs not pinned with ==): pip install --constraint=constraints.txt auditwheel
ââspecâ is the way to do that