You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for arweave/arweave-sdk 0.2.0 -> satisfiable by arweave/arweave-sdk[v0.2.0].
- arweave/arweave-sdk v0.2.0 requires ext-gmp * -> the requested PHP extension gmp is missing from your system.
$ php -i | grep gmp
/usr/local/etc/php/conf.d/docker-php-ext-gmp.ini,
gmp
gmp support => enabled
The text was updated successfully, but these errors were encountered:
Furthermore this makes deploying to a demo server very time consuming infeasible, I can imagine this being a barrier for others as well. Is there any alternative to this module that I might be able to help implement for the sake of getting this Gitcoin bounty over the finish line: ArweaveTeam/Bounties#1 (comment)
proofoftom
changed the title
Unable to install SDK in Docker container w/ gmp enabled
Error installing SDK in Docker container, even with gmp support enabled
Jun 5, 2019
From Discord: it looks like switching out the JWT/K package with https://github.com/fproject/php-jwt is potentially the best way forward, with RSA-PSS support being questionable and needing testing
PHP Version: 7.2.17
Was only able to get gmp installed via: laradock/laradock#652 (comment)
During
composer install
The text was updated successfully, but these errors were encountered: