bunq / tinker_php

Install Tinker by just running this command: bash <(curl -s https://tinker.bunq.com/php/setup.sh)
MIT License
7 stars 8 forks source link

Loading API Key #21

Closed amadeobrands closed 6 years ago

amadeobrands commented 6 years ago

Instaled Tinker but get the following errors? Not sure why or what todo? I run from Ubuntu?

`Your requirements could not be resolved to an installable set of packages.

Problem 1

amadeobrands commented 6 years ago

Also when I run sudo ... get the following error?

hw01@hw01-VirtualBox:~/Bunq_API01$ sudo bash <(curl -s https://tinker.bunq.com/php/setup.sh) bash: /dev/fd/63: No such file or directory

OGKevin commented 6 years ago

well, the error message states that you are missing ext-mbstring

  • bunq/sdk_php 0.13.2 requires ext-mbstring * -> the requested PHP extension mbstring is missing from your system.

so i would suggest you to install this and then try again.

amadeobrands commented 6 years ago

Ok thank you will do that :)