stash icon indicating copy to clipboard operation
stash copied to clipboard

Manual Installation Required for gh.py

Open damienrigden opened this issue 5 years ago • 2 comments

I am getting an error when I try to install gh calling for manual installation. Sorry if I am missing something.

[~/Documents]$ pip install gh Querying PyPI ... Downloading package ... Opening: https://files.pythonhosted.org/packages/46/80/c1e50b9b09a944b9b5f160d689fbf637b543bb8391019df1019986b8d397/gh-0.0.4.tar.gz

Save as: /private/var/mobile/Containers/Data/Application/00218FFC-9327-4A7E-AD86-2ACC00711426/tmp//gh-0.0.4.tar.gz (2192 bytes) 2192 [100.00%] Extracting archive file ... Archive extracted. Running setup file ... TypeError("a bytes-like object is required, not 'str'",) Failed to run setup.py Fall back to directory guessing ... Error: Cannot locate packages. Manual installation required.

damienrigden avatar Mar 20 '19 20:03 damienrigden

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)

jsbain avatar Mar 25 '19 02:03 jsbain

I was trying to figure out how to commit to an existing repository from StaSh.

damienrigden avatar Mar 25 '19 12:03 damienrigden