+ 1
Help with python here
Am trying to run this script but am lost with how to do it. I keep getting error. https://raw.githubusercontent.com/josai/crypto-arbitrage/master/exchange_compare.py Can someone show me a way to run this script successful please?
26 Antworten
0
Dprincebh you probably don't have a code that defines "exhanges". If it's a variable, at least set it to 0.
Or it could be a typo - double check the variables name.
+ 2
Rik Wittkopp I tried it on my ide window 10. It didn't run
+ 2
I dont know then.
+ 2
Try to run it on other editor..sololearn is not the best and a lot of times it can cause errors...Its a mobile bro
+ 1
I suspect it won't run on Sololearn.
Download Pycharm or other IDE and try to run external of Sololearn server
+ 1
That's the same error I got actually ~ swim ~
+ 1
Yes
+ 1
its a typo
The reason why it's not defined is because the name "exhanges" is defined instead of "exchanges"
+ 1
Hmm.
+ 1
I got error and I don't seem to know any way to help!!,😔😔
+ 1
1st step- Write pip install pycoingecko in your terminal.
2nd step- Replace the 'exhanges' by 'exchanges' in line 66.
0
~ swim ~ can you help me here?
0
~ swim ~ yeah I tried. There is nothing. It was an API actually
0
~ swim ~ the output should be something like this
BOT spread: 5.39% PRG spread: 5.49% PMA spread: 9.26% CLOAK spread: 14.2%
But I got no output either
0
Alexander Bolte could there be any problem with the script
0
I changed that actually Alexander Bolte but still there is no output. Or does the program has to run for so long before it could give an output
0
Well if it has no errors...
0
Alexander Bolte then it should take more time to execute, to give the output
0
Wait a minute...
WAIT A MINUTE
If I'm right, there are errors in not just this script but OTHERS as well.
0
Seeing the error that ~ swim ~ posted, it looks like there are multiple errors in different scripts