jsbain
jsbain
did pip ever support version numbers on the commandline? This seems to be broken in dev right now. `pip install pyte 0.4.2` for example. A short term fix might be...
It appears that you are running stash in py3. I would recommend still using py2 to run stash (for git at least)On Feb 5, 2019 7:51 AM, Jeremiah Helfer wrote:Unable...
@bennr01 perhaps there needs to be a separate py2 vs py3 blacklist? Or blacklist json should allow blacklisting on one or the other. For example: xmlrpc should be installed for...
you dont actually a working gevent installed, since gevent depends on greenlet, which is C and cannot be used on pythonista.
are you trying to use the gh github module for creating github repos? that comes preinstalled with stash. (this actually has no relation to the pypi gh command)
Sounds like mypy has c extensions. Of course those cannot work in pythonista.
You cannot use scipy in pythonista, as it depends on c code.
For a ssh server, I think you would run in the bg, using &, from within stash. Then the server can call _stash to run commands. I think technically it...
Looking at the link provided, which redirects to here: http://click.palletsprojects.com/en/5.x/python3/ you mght try first typng LC_ALL=C.UTF-8 LANG = C.UTF-8 or possibly en_US.UTF-8 though honestly im not sure this does anything
for py2, type stashconf py_traceback 1 and try the pip install command again, and copy the full traceback