Hello all,
recently i have installed pythonista (3.6), and immediately stash. now wants to execute pip install binance but nothing is added to sidepackage.
it drives me crazy, can someone please help me with this. i have ios 13.3.1
Thanks
Hello all,
recently i have installed pythonista (3.6), and immediately stash. now wants to execute pip install binance but nothing is added to sidepackage.
it drives me crazy, can someone please help me with this. i have ios 13.3.1
Thanks
This is what i get:
StaSh v0.7.2 on python 3.6.1
Warning: you are running StaSh in python3. Some commands may not work correctly in python3.
Please help us improving StaSh by reporting bugs on github.
Tip: Bring a background job to foreground with fg JOB_ID
[~/Documents]$ pip install binance
Downloading https://github.com/ywangd/stash/archive/master.zip ...
Unzipping into /private/var/mobile/Containers/Shared/AppGroup/09B9F2A0-A8A6-48F9-A9FF-5270C93BC17E/Pythonista3/Documents/site-packages/stash ...
Preparing the folder structure ...
Installation completed.
Please Restart Pythonista and run launch_stash.py under the Home directory to start StaSh.
[~/Documents]$
@puckypuck said:
This is what i get:
StaSh v0.7.2 on python 3.6.1
Warning: you are running StaSh in python3. Some commands may not work correctly in python3.
Please help us improving StaSh by reporting bugs on github.
Tip: Bring a background job to foreground with fg JOB_ID
[~/Documents]$ pip install binance
Downloading https://github.com/ywangd/stash/archive/master.zip ...
Unzipping into /private/var/mobile/Containers/Shared/AppGroup/09B9F2A0-A8A6-48F9-A9FF-5270C93BC17E/Pythonista3/Documents/site-packages/stash ...
Preparing the folder structure ...
Installation completed.
Please Restart Pythonista and run launch_stash.py under the Home directory to start StaSh.
[~/Documents]$
Ok, it seems like your StaSh install is somehow broken. Instead of executing pip, for some reason selfupdate is executed instead. Can you please provide the output of which pip?
Thanks for reply!
Now i’m feeling realy like a rookie.
Where do i find the output?
(Sorry)
@puckypuck When you launch StaSh, in the command prompt, type which pip and copy&paste the output here.
@bennr01
[~/Documents]$ which pip
~/Documents/pip.py
[~/Documents]$
@bennr01
I dont know how but its working
[~/Documents]$ pip install binance
Querying PyPI ...
Downloading package ...
Opening: https://files.pythonhosted.org/packages/23/b4/566165409e9c851128988a990aba6bf14ebdf37fd847d0047ad16ae3d11b/binance-0.3-py2.py3-none-any.whl
Save as: /private/var/mobile/Containers/Data/Application/EF98621A-F2BC-44E8-A079-7BB1B6C902BA/tmp//binance-0.3-py2.py3-none-any.whl (3839 bytes)
3839 [100.00%]
Installing wheel: binance-0.3-py2.py3-none-any.whl...
Package installed: binance