Closed Lukeday3179 closed 5 years ago
this means, you are using python2.x which is deprecated.
use python3.x instead.
Thanks mate.
You wouldn't know where I could get my hands on python 3?
In general here https://www.python.org/downloads/ On linux i would use the package manager of the used distribution. (apt, yum, ...) Depending of your needs it could be smart to use anaconda: https://www.anaconda.com/distribution/
All his scripts are written in Pythin 2.7, How do I update his scripts to the new python 3.7.3?
@Lukeday3179 Did you get Python 3 working? If so, can we close this issue? If not, are you on Windows, Mac, Linux?
Hi I have not, I am using Mac. If you could give me directions on what to do I will do the rest.
Thanks
Luke
On Wed, 17 Jul 2019 at 16:40, cclauss notifications@github.com wrote:
@Lukeday3179 https://github.com/Lukeday3179 Did you get Python 3 working? If so, can we close this issue? If not, are you on Windows, Mac, Linux?
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NXAHSAOOVOFPRLQ5LDP725G3A5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DGODY#issuecomment-512124687, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NU5AEFKWPMBNRJWAJ3P725G3ANCNFSM4HJJALMQ .
Open a terminal and type: $ __sw_vers $ brew info python__
What do you see?
Last login: Fri Jun 28 20:42:25 on console
[Restored 17 Jul 2019 at 4:48:50 pm]
Last login: Mon Jul 15 14:58:31 on console
(base) Lukes-MBP:~ lukeday$
(base) Lukes-MBP:~ lukeday$ $sw_vers
(base) Lukes-MBP:~ lukeday$ $brew info python
File: manpages, Node: python, Up: (dir)
PYTHON(1) PYTHON(1)
NAME
python - an interpreted, interactive, object-oriented programming
lan-
guage
SYNOPSIS
python [ -B ] [ -d ] [ -E ] [ -h ] [ -i ] [ -m module-name ]
[ -O ] [ -OO ] [ -R ] [ -Q argument ] [ -s ] [ -S ] [ -t ] [
-u
]
[ -v ] [ -V ] [ -W argument ] [ -x ] [ -3 ] [ -? ]
[ -c command | script | - ] [ arguments ]
DESCRIPTION
Python is an interpreted, interactive, object-oriented programming
lan-
guage that combines remarkable power with very clear syntax. For
an
introduction to programming in Python, see the Python Tutorial.
The
Python Library Reference documents built-in and standard types,
con-
stants, functions and modules. Finally, the Python Reference
Manual
describes the syntax and semantics of the core language in
(perhaps
-----Info: (manpages)python, 353 lines --Top----------------------------------
On Wed, 17 Jul 2019 at 16:45, cclauss notifications@github.com wrote:
Open a terminal and type: $ sw_vers $ brew info python
What do you see?
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NXVJI4TXRRBR232W3LP725ZPA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DGYFQ#issuecomment-512125974, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NT52CW2HICBQOHOZ53P725ZPANCNFSM4HJJALMQ .
Hey mate, if you sent me an update zip of the bot I would e able to get my api keys and do the rest. Any chance we can do this?
Thanks
Luke
On Wed, 17 Jul 2019 at 16:50, Luke Day lukeday3179@gmail.com wrote:
Last login: Fri Jun 28 20:42:25 on console
[Restored 17 Jul 2019 at 4:48:50 pm]
Last login: Mon Jul 15 14:58:31 on console
(base) Lukes-MBP:~ lukeday$
(base) Lukes-MBP:~ lukeday$ $sw_vers
(base) Lukes-MBP:~ lukeday$ $brew info python
File: manpages, Node: python, Up: (dir)
PYTHON(1) PYTHON(1)
NAME
python - an interpreted, interactive, object-oriented programming
lan-
guage
SYNOPSIS
python [ -B ] [ -d ] [ -E ] [ -h ] [ -i ] [ -m module-name ] [ -O ] [ -OO ] [ -R ] [ -Q argument ] [ -s ] [ -S ] [ -t ] [
-u
] [ -v ] [ -V ] [ -W argument ] [ -x ] [ -3 ] [ -? ] [ -c command | script | - ] [ arguments ]
DESCRIPTION
Python is an interpreted, interactive, object-oriented programming
lan-
guage that combines remarkable power with very clear syntax. For
an
introduction to programming in Python, see the Python Tutorial.
The
Python Library Reference documents built-in and standard types,
con-
stants, functions and modules. Finally, the Python Reference
Manual
describes the syntax and semantics of the core language in
(perhaps
-----Info: (manpages)python, 353 lines --Top----------------------------------
On Wed, 17 Jul 2019 at 16:45, cclauss notifications@github.com wrote:
Open a terminal and type: $ sw_vers $ brew info python
What do you see?
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NXVJI4TXRRBR232W3LP725ZPA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DGYFQ#issuecomment-512125974, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NT52CW2HICBQOHOZ53P725ZPANCNFSM4HJJALMQ .
Don't type the $ and try again.
Last login: Wed Jul 17 17:00:10 on ttys000
(base) Lukes-MBP:~ lukeday$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.14.4
BuildVersion: 18E226
(base) Lukes-MBP:~ lukeday$ brew info python
-bash: brew: command not found
(base) Lukes-MBP:~ lukeday$
On Wed, 17 Jul 2019 at 16:58, cclauss notifications@github.com wrote:
Don't type the $ and try again.
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
$ xcode-select --install # don't type the $ $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" $ brew install python
==> Summary
šŗ /usr/local/Cellar/sqlite/3.28.0: 11 files, 3.7MB
==> *Installing python dependency: *xz
==> Downloading https://homebrew.bintray.com/bottles/xz-5.2.4.mojave.bottle.tar https://homebrew.bintray.com/bottles/xz-5.2.4.mojave.bottle.tar.
==> Downloading from https://akamai.bintray.com/01/010667293df282c8bceede3bcd369 https://akamai.bintray.com/01/010667293df282c8bceede3bcd369
######################################################################## 100.0%
==> Pouring xz-5.2.4.mojave.bottle.tar.gz
šŗ /usr/local/Cellar/xz/5.2.4: 92 files, 1MB
==> *Installing *python
==> Downloading https://homebrew.bintray.com/bottles/python-3.7.4.mojave.bottle https://homebrew.bintray.com/bottles/python-3.7.4.mojave.bottle.
==> Downloading from https://akamai.bintray.com/81/81fc6e5914a16387bd09387ce08e9 https://akamai.bintray.com/81/81fc6e5914a16387bd09387ce08e9
######################################################################## 100.0%
==> Pouring python-3.7.4.mojave.bottle.tar.gz
On Wed, 17 Jul 2019 at 17:10, cclauss notifications@github.com wrote:
$ xcode-select --install # don't type the $ $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" $ brew install python
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NXC2YAXH4CFFDODJ4TP73AXXA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DIL2Q#issuecomment-512132586, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NVCYODCAVVJNHGS6WLP73AXXANCNFSM4HJJALMQ .
Still working
On Wed, 17 Jul 2019 at 17:18, Luke Day lukeday3179@gmail.com wrote:
==> Summary
šŗ /usr/local/Cellar/sqlite/3.28.0: 11 files, 3.7MB
==> *Installing python dependency: *xz
==> Downloading https://homebrew.bintray.com/bottles/xz-5.2.4.mojave.bottle.tar https://homebrew.bintray.com/bottles/xz-5.2.4.mojave.bottle.tar.
==> Downloading from https://akamai.bintray.com/01/010667293df282c8bceede3bcd369 https://akamai.bintray.com/01/010667293df282c8bceede3bcd369
######################################################################## 100.0%
==> Pouring xz-5.2.4.mojave.bottle.tar.gz
šŗ /usr/local/Cellar/xz/5.2.4: 92 files, 1MB
==> *Installing *python
==> Downloading https://homebrew.bintray.com/bottles/python-3.7.4.mojave.bottle https://homebrew.bintray.com/bottles/python-3.7.4.mojave.bottle.
==> Downloading from https://akamai.bintray.com/81/81fc6e5914a16387bd09387ce08e9 https://akamai.bintray.com/81/81fc6e5914a16387bd09387ce08e9
######################################################################## 100.0%
==> Pouring python-3.7.4.mojave.bottle.tar.gz
On Wed, 17 Jul 2019 at 17:10, cclauss notifications@github.com wrote:
$ xcode-select --install # don't type the $ $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" $ brew install python
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NXC2YAXH4CFFDODJ4TP73AXXA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DIL2Q#issuecomment-512132586, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NVCYODCAVVJNHGS6WLP73AXXANCNFSM4HJJALMQ .
==> python
Python has been installed as
/usr/local/bin/python3
Unversioned symlinks python
, python-config
, pip
etc. pointing to
python3
, python3-config
, pip3
etc., respectively, have been installed
into
/usr/local/opt/python/libexec/bin
If you need Homebrew's Python 2.7 run
brew install python@2
You can install Python packages with
pip3 install
They will install into the site-package directory
/usr/local/lib/python3.7/site-packages
See: https://docs.brew.sh/Homebrew-and-Python
(base) Lukes-MBP:~ lukeday$
On Wed, 17 Jul 2019 at 17:18, Luke Day lukeday3179@gmail.com wrote:
Still working
On Wed, 17 Jul 2019 at 17:18, Luke Day lukeday3179@gmail.com wrote:
==> Summary
šŗ /usr/local/Cellar/sqlite/3.28.0: 11 files, 3.7MB
==> *Installing python dependency: *xz
==> Downloading https://homebrew.bintray.com/bottles/xz-5.2.4.mojave.bottle.tar https://homebrew.bintray.com/bottles/xz-5.2.4.mojave.bottle.tar.
==> Downloading from https://akamai.bintray.com/01/010667293df282c8bceede3bcd369 https://akamai.bintray.com/01/010667293df282c8bceede3bcd369
######################################################################## 100.0%
==> Pouring xz-5.2.4.mojave.bottle.tar.gz
šŗ /usr/local/Cellar/xz/5.2.4: 92 files, 1MB
==> *Installing *python
==> Downloading https://homebrew.bintray.com/bottles/python-3.7.4.mojave.bottle https://homebrew.bintray.com/bottles/python-3.7.4.mojave.bottle.
==> Downloading from https://akamai.bintray.com/81/81fc6e5914a16387bd09387ce08e9 https://akamai.bintray.com/81/81fc6e5914a16387bd09387ce08e9
######################################################################## 100.0%
==> Pouring python-3.7.4.mojave.bottle.tar.gz
On Wed, 17 Jul 2019 at 17:10, cclauss notifications@github.com wrote:
$ xcode-select --install # don't type the $ $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" $ brew install python
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NXC2YAXH4CFFDODJ4TP73AXXA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DIL2Q#issuecomment-512132586, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NVCYODCAVVJNHGS6WLP73AXXANCNFSM4HJJALMQ .
$ python -V # Capital āVā $ python2 -V $ python3 -V
(base) Lukes-MBP:~ lukeday$ python -V
Python 3.7.3
(base) Lukes-MBP:~ lukeday$ python2 -V
-bash: python2: command not found
(base) Lukes-MBP:~ lukeday$ python3 -V
Python 3.7.3
(base) Lukes-MBP:~ lukeday$
On Wed, 17 Jul 2019 at 17:36, cclauss notifications@github.com wrote:
$ python -V # Capital āVā $ python2 -V $ python3 -V
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NUYTLMTLIVDBLE7TKDP73DYBA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DKFHY#issuecomment-512139935, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NWXY3YMTVX2XU7JVILP73DYBANCNFSM4HJJALMQ .
Fascinating... brew poured Python 3.7.4 but you already had Python 3.7.3 installed.
You should add the following line at the bottom of your ~/.profile file
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Quit the terminal and reopen it. python3 -V should now by Python 3.7.4
Please forgive me Im not sure how to do this.
You should add the following line at the bottom of your ~/.profile file
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Can you tell where to go to update?
Thanks
Luke
On Wed, 17 Jul 2019 at 17:57, cclauss notifications@github.com wrote:
Fascinating... brew poured Python 3.7.4 but you already had Python 3.7.3.
You should add the following line at the bottom of your ~/.profile file
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Quit the terminal and reopen it. python3 -V should now by Python 3.7.4
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NTSTM6FS4JVX25VLILP73GE5A5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DLWYY#issuecomment-512146275, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NVQB7TTW2ORKIK7J23P73GE5ANCNFSM4HJJALMQ .
What text editor do you normally use?
I just use the one that is installed on my Laptop. Just a normal back terminal screen.
On Wed, 17 Jul 2019 at 18:03, cclauss notifications@github.com wrote:
What text editor do you normally use?
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Im in preferences trying to add the text.
On Wed, 17 Jul 2019 at 18:08, Luke Day lukeday3179@gmail.com wrote:
I just use the one that is installed on my Laptop. Just a normal back terminal screen.
On Wed, 17 Jul 2019 at 18:03, cclauss notifications@github.com wrote:
What text editor do you normally use?
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
I re-ran the python 3 V and its working.
On Wed, 17 Jul 2019 at 18:10, Luke Day lukeday3179@gmail.com wrote:
Im in preferences trying to add the text.
On Wed, 17 Jul 2019 at 18:08, Luke Day lukeday3179@gmail.com wrote:
I just use the one that is installed on my Laptop. Just a normal back terminal screen.
On Wed, 17 Jul 2019 at 18:03, cclauss notifications@github.com wrote:
What text editor do you normally use?
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
$ __python3 Roibal_BinanceBot.py__
If that works then please close this issue.
Last login: Wed Jul 17 18:12:05 on ttys000
(base) Lukes-MBP:~ lukeday$ python3 -V
Python 3.7.3
(base) Lukes-MBP:~ lukeday$
(base) Lukes-MBP:~ lukeday$ python3 Roibal_BinanceBot.py
python3: can't open file 'Roibal_BinanceBot.py': [Errno 2] No such file or directory
(base) Lukes-MBP:~ lukeday$ $ python3 Roibal_BinanceBot.py
-bash: $: command not found
(base) Lukes-MBP:~ lukeday$
On Wed, 17 Jul 2019 at 18:18, cclauss notifications@github.com wrote:
$ python3 Roibal_BinanceBot.py
If that works then please close this issue.
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NU3X3VBSZB3RJHOM73P73ITPA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DNKGY#issuecomment-512152859, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NSKXZUH7BH2XNFFDU3P73ITPANCNFSM4HJJALMQ .
Use cd to change to the directory that has the __Roibal_BinanceBot.py__ file.
Clauss, I am some what an armature with this type of coding.
When use say "Use cd to change to the directory that has the Roibal_BinanceBot.py file" How do i do this?
Thanks
Luke
On Wed, 17 Jul 2019 at 18:25, cclauss notifications@github.com wrote:
Use cd to change to the directory that has the Roibal_BinanceBot.py file.
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NR6U6UN5FKZV6OJDBDP73JQFA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DN6KA#issuecomment-512155432, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NXATCGBQIYWRDWKGBDP73JQFANCNFSM4HJJALMQ .
$ __find ~ -name Roibal_BinanceBot.py__
find: /Users/lukeday/Library/Containers/com.apple.Home: Operation not permitted
find: /Users/lukeday/Library/Containers/com.apple.Safari: Operation not permitted
find: /Users/lukeday/Library/Containers/com.apple.iChat: Operation not permitted
find: /Users/lukeday/Library/Containers/com.apple.mail: Operation not permitted
find: /Users/lukeday/Library/Containers/com.apple.news: Operation not permitted
find: /Users/lukeday/Library/Containers/com.apple.stocks: Operation not permitted
find: /Users/lukeday/Library/PersonalizationPortrait: Operation not permitted
find: /Users/lukeday/Library/Metadata/CoreSpotlight: Operation not permitted
find: /Users/lukeday/Library/Metadata/com.apple.IntelligentSuggestions: Operation not permitted
find: /Users/lukeday/Library/Cookies: Operation not permitted
find: /Users/lukeday/Library/Caches/CloudKit/com.apple.Safari: Operation not permitted
find: /Users/lukeday/Library/Caches/com.apple.Safari: Operation not permitted
find: /Users/lukeday/Library/Caches/com.apple.Safari.SafeBrowsing: Operation not permitted
/Users/lukeday/Downloads/Github/python-binance-master/examples/Cryptocurrency-Trading-Bots-Python-Beginner-Advance-master/python-binance-master/examples/Crypto-Trading-Bots/Roibal_BinanceBot.py
(base) Lukes-MBP:~ lukeday$
(base) Lukes-MBP:~ lukeday$
On Wed, 17 Jul 2019 at 18:35, cclauss notifications@github.com wrote:
$ find ~ -name Roibal_BinanceBot.py
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
$ cd /Users/lukeday/Downloads/Github/python-binance-master/examples/Cryptocurrency-Trading-Bots-Python-Beginner-Advance-master/python-binance-master/examples/Crypto-Trading-Bots $ __python3 Roibal_BinanceBot.py__
/Users/lukeday/Downloads/Github/python-binance-master/examples/Cryptocurrency-Trading-Bots-Python-Beginner-Advance-master/python-binance-master/examples/Crypto-Trading-Bots/Roibal_BinanceBot.py
(base) Lukes-MBP:~ lukeday$
(base) Lukes-MBP:~ lukeday$ cd /Users/lukeday/Downloads/Github/python-binance-master/examples/Cryptocurrency-Trading-Bots-Python-Beginner-Advance-master/python-binance-master/examples/Crypto-Trading-Bots
(base) Lukes-MBP:Crypto-Trading-Bots lukeday$ python3 Roibal_BinanceBot.py
Traceback (most recent call last):
File "Roibal_BinanceBot.py", line 23, in
from binance.client import Client
ModuleNotFoundError: No module named 'binance'
(base) Lukes-MBP:Crypto-Trading-Bots lukeday$
On Wed, 17 Jul 2019 at 18:39, cclauss notifications@github.com wrote:
$ cd /Users/lukeday/Downloads/Github/python-binance-master/examples/Cryptocurrency-Trading-Bots-Python-Beginner-Advance-master/python-binance-master/examples/Crypto-Trading-Bots $ python3 Roibal_BinanceBot.py
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NWRRHBFUQXCYRXYZU3P73LDVA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DPEGA#issuecomment-512160280, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NSKWMGBQ5C6WXUJC3LP73LDVANCNFSM4HJJALMQ .
So the issue was the cell library wouldn't work because I was using python 2.7, but we have gone through and installed python 3. If I am to run the bot again will it run the updated python 3 and the cell library will work when I run the bot?
Luke
On Wed, 17 Jul 2019 at 18:41, Luke Day lukeday3179@gmail.com wrote:
/Users/lukeday/Downloads/Github/python-binance-master/examples/Cryptocurrency-Trading-Bots-Python-Beginner-Advance-master/python-binance-master/examples/Crypto-Trading-Bots/Roibal_BinanceBot.py
(base) Lukes-MBP:~ lukeday$
(base) Lukes-MBP:~ lukeday$ cd /Users/lukeday/Downloads/Github/python-binance-master/examples/Cryptocurrency-Trading-Bots-Python-Beginner-Advance-master/python-binance-master/examples/Crypto-Trading-Bots
(base) Lukes-MBP:Crypto-Trading-Bots lukeday$ python3 Roibal_BinanceBot.py
Traceback (most recent call last):
File "Roibal_BinanceBot.py", line 23, in
from binance.client import Client
ModuleNotFoundError: No module named 'binance'
(base) Lukes-MBP:Crypto-Trading-Bots lukeday$
On Wed, 17 Jul 2019 at 18:39, cclauss notifications@github.com wrote:
$ cd /Users/lukeday/Downloads/Github/python-binance-master/examples/Cryptocurrency-Trading-Bots-Python-Beginner-Advance-master/python-binance-master/examples/Crypto-Trading-Bots $ python3 Roibal_BinanceBot.py
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NWRRHBFUQXCYRXYZU3P73LDVA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DPEGA#issuecomment-512160280, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NSKWMGBQ5C6WXUJC3LP73LDVANCNFSM4HJJALMQ .
I think you should close this issue because you now have a working Python 3.7 on your Mac. If you have other problems then open a new issue.
Ok then I will close the issue.
Thankyou for all your help its much appreciated.
Luke
On Wed, 17 Jul 2019 at 18:57, cclauss notifications@github.com wrote:
I think you should close this issue because you now have a working Python 3.7 on your Mac. If you have other problems then open a new issue.
ā You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Roibal/Cryptocurrency-Trading-Bots-Python-Beginner-Advance/issues/33?email_source=notifications&email_token=AL6N5NROHDFS5Y27JIXTUJTP73NITA5CNFSM4HJJALM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2DQW4A#issuecomment-512166768, or mute the thread https://github.com/notifications/unsubscribe-auth/AL6N5NRY3ZVMEVMWEQ5B4KDP73NITANCNFSM4HJJALMQ .
Excellent support Thankyou
Hey mate I tried to run the bot but when I tried to install Project interpreter and it says that the software will end in Jan 2020 and wont be maintained. It says to upgrade package.
Please help.
Luke