edeng23 / binance-trade-bot

Automated cryptocurrency trading bot
GNU General Public License v3.0
7.78k stars 2.17k forks source link

pip install unicorn-binance-websocket-api==1.34.2 #482

Open Cod3rror opened 2 years ago

Cod3rror commented 2 years ago

Hi i downloaded your files and try to run, but the pip install unicorn-binance-websocket-api==1.34.2 cant be installed.

Collecting pathlib Using cached pathlib-1.0.1.tar.gz (49 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [1 lines of output] ERROR: Can not execute setup.py since setuptools is not available in the build environment. [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

MasaiasuOse commented 2 years ago

The bot has issues with Windows. Try to install it with WSL or on a VPS with a Linux distro.

oliver-zehentleitner commented 2 years ago

"setuptools" is missing...

WINDOWS

Install "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

py -m pip install setuptools --upgrade py -m pip install wheel --upgrade py -m pip install unicorn-binance-websocket-api --upgrade

Debian, Ubuntu, ...

sudo apt-get install python3-dev gcc make python3 -m pip install setuptools --upgrade python3 -m pip install wheel --upgrade python3 -m pip install unicorn-binance-websocket-api --upgrade

Cod3rror commented 2 years ago

thanks

"setuptools" is missing...

WINDOWS

Install "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/

py -m pip install setuptools --upgrade py -m pip install wheel --upgrade py -m pip install unicorn-binance-websocket-api --upgrade

Debian, Ubuntu, ...

sudo apt-get install python3-dev gcc make python3 -m pip install setuptools --upgrade python3 -m pip install wheel --upgrade python3 -m pip install unicorn-binance-websocket-api --upgrade

thank you that works :)

oliver-zehentleitner commented 2 years ago

Your welcome :)

Lotarcc commented 2 years ago

Not working on MacOS Monterey