Skip to content

Instantly share code, notes, and snippets.

@codir1

codir1/help Secret

Created March 16, 2023 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codir1/9ef5d3fd98e6c51f7a2987964f8301cc to your computer and use it in GitHub Desktop.
Save codir1/9ef5d3fd98e6c51f7a2987964f8301cc to your computer and use it in GitHub Desktop.
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires PHP extension ext-chunkutils2 ^0.3.1 but it is missing from your system. Install or enable PHP's chunkutils2 extension.
Problem 2
- Root composer.json requires PHP extension ext-crypto ^0.3.1 but it is missing from your system. Install or enable PHP's crypto extension.
Problem 3
- Root composer.json requires PHP extension ext-curl * but it is missing from your system. Install or enable PHP's curl extension.
Problem 4
- Root composer.json requires PHP extension ext-gmp * but it is missing from your system. Install or enable PHP's gmp extension.
Problem 5
- Root composer.json requires PHP extension ext-igbinary ^3.0.1 but it is missing from your system. Install or enable PHP's igbinary extension.
Problem 6
- Root composer.json requires PHP extension ext-leveldb ^0.2.1 || ^0.3.0 but it is missing from your system. Install or enable PHP's leveldb extension.
Problem 7
- Root composer.json requires PHP extension ext-morton ^0.1.0 but it is missing from your system. Install or enable PHP's morton extension.
Problem 8
- Root composer.json requires PHP extension ext-pthreads ^4.0 but it is missing from your system. Install or enable PHP's pthreads extension.
Problem 9
- Root composer.json requires PHP extension ext-simplexml * but it is missing from your system. Install or enable PHP's simplexml extension.
Problem 10
- Root composer.json requires PHP extension ext-yaml >=2.0.0 but it is missing from your system. Install or enable PHP's yaml extension.
Problem 11
- Root composer.json requires PHP extension ext-zip * but it is missing from your system. Install or enable PHP's zip extension.
Problem 12
- Root composer.json requires pocketmine/classloader ^0.2.0 -> satisfiable by pocketmine/classloader[0.2.0].
- pocketmine/classloader 0.2.0 requires ext-pthreads ~3.2.0 || ^4.0 -> it is missing from your system. Install or enable PHP's pthreads extension.
Problem 13
- Root composer.json requires pocketmine/log-pthreads ^0.4.0 -> satisfiable by pocketmine/log-pthreads[0.4.0].
- pocketmine/log-pthreads 0.4.0 requires ext-pthreads ~3.2.0 || ^4.0 -> it is missing from your system. Install or enable PHP's pthreads extension.
Problem 14
- pocketmine/snooze 0.3.0 requires ext-pthreads >=3.1.7dev -> it is missing from your system. Install or enable PHP's pthreads extension.
- pocketmine/snooze 0.3.1 requires ext-pthreads ~3.2.0 || ^4.0 -> it is missing from your system. Install or enable PHP's pthreads extension.
- Root composer.json requires pocketmine/snooze ^0.3.0 -> satisfiable by pocketmine/snooze[0.3.0, 0.3.1].
To enable extensions, verify that they are enabled in your .ini files:
- /etc/php/8.1/cli/php.ini
- /etc/php/8.1/cli/conf.d/10-opcache.ini
- /etc/php/8.1/cli/conf.d/10-pdo.ini
- /etc/php/8.1/cli/conf.d/20-calendar.ini
- /etc/php/8.1/cli/conf.d/20-ctype.ini
- /etc/php/8.1/cli/conf.d/20-exif.ini
- /etc/php/8.1/cli/conf.d/20-ffi.ini
- /etc/php/8.1/cli/conf.d/20-fileinfo.ini
- /etc/php/8.1/cli/conf.d/20-ftp.ini
- /etc/php/8.1/cli/conf.d/20-gettext.ini
- /etc/php/8.1/cli/conf.d/20-iconv.ini
- /etc/php/8.1/cli/conf.d/20-phar.ini
- /etc/php/8.1/cli/conf.d/20-posix.ini
- /etc/php/8.1/cli/conf.d/20-readline.ini
- /etc/php/8.1/cli/conf.d/20-shmop.ini
- /etc/php/8.1/cli/conf.d/20-sockets.ini
- /etc/php/8.1/cli/conf.d/20-sysvmsg.ini
- /etc/php/8.1/cli/conf.d/20-sysvsem.ini
- /etc/php/8.1/cli/conf.d/20-sysvshm.ini
- /etc/php/8.1/cli/conf.d/20-tokenizer.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-chunkutils2 --ignore-platform-req=ext-crypto --ignore-platform-req=ext-curl --ignore-platform-req=ext-gmp --ignore-platform-req=ext-igbinary --ignore-platform-req=ext-leveldb --ignore-platform-req=ext-morton --ignore-platform-req=ext-pthreads --ignore-platform-req=ext-simplexml --ignore-platform-req=ext-yaml --ignore-platform-req=ext-zip --ignore-platform-req=ext-pthreads --ignore-platform-req=ext-pthreads --ignore-platform-req=ext-pthreads` to temporarily ignore these required extensions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment