CyberPunkMetalHead / binance-trading-bot-new-coins

This Binance trading bot detects new coins as soon as they are listed on the Binance exchange and automatically places sell and buy orders. It comes with trailing stop loss and other features. If you like this project please consider donating via Brave.
MIT License
1.46k stars 270 forks source link

facing issues not working please check it there might be some issues with the import module #65

Open CadburySwaps opened 2 years ago

CadburySwaps commented 2 years ago

amanjyosMacBook:binance-trading-bot-new-coins amanjyotsingh$ python main.py File "main.py", line 157 print(f'updated tp: {round(new_tp, 3)} and sl: {round(new_sl, 3)}') ^ SyntaxError: invalid syntax amanjyosMacBook:binance-trading-bot-new-coins amanjyotsingh$ python3 main.py Traceback (most recent call last): File "/Users/amanjyotsingh/binance_api/binance-trading-bot-new-coins/main.py", line 4, in from new_listings_scraper import * File "/Users/amanjyotsingh/binance_api/binance-trading-bot-new-coins/new_listings_scraper.py", line 5, in from chromedriver_py import binary_path ModuleNotFoundError: No module named 'chromedriver_py'

CadburySwaps commented 2 years ago

amanjyosMacBook:binance-trading-bot-new-coins amanjyotsingh$ python main.py File "main.py", line 157 print(f'updated tp: {round(new_tp, 3)} and sl: {round(new_sl, 3)}') ^ SyntaxError: invalid syntax amanjyosMacBook:binance-trading-bot-new-coins amanjyotsingh$ python3 main.py Traceback (most recent call last): File "/Users/amanjyotsingh/binance_api/binance-trading-bot-new-coins/main.py", line 4, in from new_listings_scraper import * File "/Users/amanjyotsingh/binance_api/binance-trading-bot-new-coins/new_listings_scraper.py", line 5, in from chromedriver_py import binary_path ModuleNotFoundError: No module named 'chromedriver_py'

amanjyosMacBook:binance-trading-bot-new-coins amanjyotsingh$ pip3 install selenium Requirement already satisfied: selenium in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (3.141.0) Requirement already satisfied: urllib3 in /Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages (from selenium) (1.26.7) amanjyosMacBook:binance-trading-bot-new-coins amanjyotsingh$ pip3 install chromedriver_py Collecting chromedriver_py Downloading chromedriver_py-95.0.4638.17-py3-none-any.whl (24.2 MB) |████████████████████████████████| 24.2 MB 223 kB/s Installing collected packages: chromedriver-py Successfully installed chromedriver-py-95.0.4638.17 amanjyosMacBook:binance-trading-bot-new-coins amanjyotsingh$

that's going to work

CadburySwaps commented 2 years ago

Screen Shot 2021-10-02 at 7 52 11 PM i got this

CadburySwaps commented 2 years ago

what should i do next please help!!!

calvin200001 commented 2 years ago

what should i do next please help!!!

https://www.google.com/chrome/beta/ download for mac. then change the name from "Google Chrome beta" to "Google Chrome". Then in finder do "Command shift g". Then paste this path in there: /Applications/Google Chrome.app/Contents/macos Then change the name of that as well from "Google Chrome beta" to "Google Chrome" That seemed to work for me.

webdesign7 commented 2 years ago

pip install chromedriver-py

CryptoAngel commented 2 years ago

Hi, Have you managed to solve this? File "main.py", line 157 print(f'updated tp: {round(new_tp, 3)} and sl: {round(new_sl, 3)}') SyntaxError: invalid syntax

I face the same but no one reply ;-(