-
Notifications
You must be signed in to change notification settings - Fork 15
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
IMI Installation Error w/ Google APIClient-Services #101
Comments
Hi, i should be able to fix that composer file. New google api version?
Monday? Thanks for bringing this to my attention!
El El sáb, 2 de mar. de 2019 a las 11:20, Mark McFate <
[email protected]> escribió:
I've been installing IMI quite a bit lately in an *isle.localdomain*
configuration, and recently I started getting this failure on every composer
install from the *islandora_multi_importer* directory.
- Installing google/apiclient-services (v0.19): Downloading (100%)
Failed to execute unzip -qq '/var/www/html/sites/all/modules/islandora/islandora_multi_importer/vendor/google/apiclient-services/c336dcad9cad2da3f837862ca3d2227c' -d '/var/www/html/sites/all/modules/islandora/islandora_multi_importer/vendor/composer/917d7788'
replace /var/www/html/sites/all/modules/islandora/islandora_multi_importer/vendor/composer/917d7788/googleapis-google-api-php-client-services-430b712/src/Google/Service/BigQueryDataTransfer.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL
(EOF or read error, treating as "[N]one" ...)
The archive may contain identical file names with different capitalization (which fails on case insensitive filesystems)
Unzip with unzip command failed, falling back to ZipArchive class
It looks as though Google has a suggested fix for this (see the "replace
/var/www..." prompt) but composer doesn't have a -y option so I can't
easily opt for that suggestion. I'll trying running with a -n option (no
interaction) and see what happens.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#101>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGn850SZJyEKtAcbtB9Is4yrPMsRwEsAks5vSqSygaJpZM4bad7A>
.
--
Diego Pino Navarro
Digital Repositories Developer
Metropolitan New York Library Council (METRO)
|
Tried doing another
No rush on this. I'm going to see if IMI is working for me and will report back. If it works now I might reset and try it all again from a clean install just to see if I can recreate the problem. |
phpoffice/phpexcel is abandoned. That is right, but the new package is quite full of bugs. Not sure if i want to go for that right now, maybe you can test the new one and see if everything still works? |
Related to #57 |
I've been installing IMI quite a bit lately in an isle.localdomain configuration, and recently I started getting this failure on every
composer install
from the islandora_multi_importer directory.It looks as though Google has a suggested fix for this (see the "replace /var/www..." prompt) but
composer
doesn't have a-y
option so I can't easily opt for that suggestion. I'll trying running with a-n
option (no interaction) and see what happens.The text was updated successfully, but these errors were encountered: