Paul Garner
Paul Garner
I already have `sqlalchemy[asyncio]` ... I see `greenlet` in the lock file as a dependency but it does not get installed - this is the part that's not working but...
I have the same problem... it's worked fine on two other computers I've set up Sublime on recently, never encountered the problem until now. I get it alt+clicking on a...
My codeintel log has this: ``` $ tail -f ~/.codeintel/codeintel.log Done 'Python' CodeIntel! Full CodeIntel took 39ms + Warning: evaluating 'gis_models.GeoManager' at models.py#51: no Python scan info for + Info:...
well, I somehow got it working, two things I did: 1. removed some syntax-error type code (i.e. unfinished) from the file I was in and trying to alt+click from (perhaps...
I was looking for the recipe of how to do this... I have a store where certain key paths should be treated as JSON with a known structure (and custom...
I only learnt from finding #160 that `twine register` exists... it's not mentioned on the homepage which passes for docs. I'm very glad it does, as it provides [exactly what...
hmm, the egg-info doesn't seem usable: ``` $ ⮀twine register --config-file=./.pypirc mypackage.egg-info Registering package to https://pypi.python.org/pypi ValueError: Unknown distribution format: 'mypackage.egg-info' ``` and ``` $ ⮀twine register --config-file=./.pypirc mypackage.egg-info/PKG-INFO Registering...
maybe I'm supposed to install it to the non-pyenv system python3 though? there are problems with completions as I have it currently ``` $ source ~/.bashrc pyenv: register-python-argcomplete: command not...
I come here to ask how to get `pipx` working when you already have `pyenv` installed... and I find I already asked 6 months ago, with no resolution. I really...
after reading https://github.com/standardebooks/tools/issues/188 I can report that installing **without** `--user` flag as suggested there works (after all of the above): ``` $ python3 -m pip uninstall pipx Uninstalling pipx-0.15.1.3: Would...