0

I can't seem to install python-binance without running into an error. python-binance install error message

Tim Diekmann
  • 7,755
  • 11
  • 41
  • 69
Maurice Bekambo
  • 325
  • 6
  • 21

1 Answers1

1

To install to the current user use, the --user switch. Example, pip install --user python-binance

PIP documentation for further reading. You may also type pip install --help for more options relating to the install command.

Jed Burke
  • 939
  • 8
  • 13