-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PIE: Could not find release by tag name for mongodb/mongodb-extension:1.20.0 #1716
Comments
I see the file name has changed, but the issue persists. The file name probably wasn't the issue.
I'll have a look into the source code of PIE, to see what goes wrong. |
Found the issue, this line makes a request to the incorrect URL: It even has a |
I assume it's pulling that from https://github.com/mongodb/mongo-php-driver/blob/v1.x/composer.json#L2. I'll leave @alcaeus to sort this out, as he previously worked with @asgrim on this. I'm not sure if the appropriate fix is on our side or in PIE itself (although the |
Yep I agree it appears it's related to the Just to note, you will need the vs/vc version in the Windows assets though! |
I received similar error: D:>programs\xampp\php\php.exe D:\LocalHost\pie.phar install mongodb/mongodb-extension In CouldNotFindReleaseAsset.php line 19: Could not find release asset for mongodb/mongodb-extension:1.20.1 named one of "php_mongodb-1.20.1-8.2-ts-vs16-x86_ install [-j|--make-parallel-jobs MAKE-PARALLEL-JOBS] [--with-phpize-path WITH-PHPIZE-PATH] [--with-php-config WITH-PHP-CONFIG] [--with-php-path WITH-PHP-PATH] [--enable-mongodb-coverage ENABLE-MONGODB-COVERAGE] [--enable-mongodb-crypto-system-profile ENABLE-MONGODB-CRYPTO-SYSTEM-PROFILE] [--enable-mongodb-developer-flags ENABLE-MONGODB-DEVELOPER-FLAGS] [--with-mongodb-client-side-encryption WITH-MONGODB-CLIENT-SIDE-ENCRYPTION] [--with-mongodb-sasl WITH-MONGODB-SASL] [--with-mongodb-snappy WITH-MONGODB-SNAPPY] [--with-mongodb-ssl WITH-MONGODB-SSL] [--with-mongodb-system-libs WITH-MONGODB-SYSTEM-LIBS] [--with-mongodb-zlib WITH-MONGODB-ZLIB] [--with-mongodb-zstd WITH-MONGODB-ZSTD] [--] <requested-package-and-version> I used PIE v0.2.0. |
It seems the release name is mixed up (note,
|
Bug Report
I was trying out the initial release of PIE (https://github.com/php/pie/releases/tag/0.1.0) and was unable to install this extension.
I'm guessing it's caused by the missing
v16
in the PHP 8.3 release file names on Github. Installing older versions doesn't work either, since they don't include thevs16
/vs17
at all, which seems to be a requirement of PIE: https://github.com/php/pie/blob/main/docs/extension-maintainers.md#windows-supportEnvironment
Test Script
The text was updated successfully, but these errors were encountered: