during the install, there is a depedency of a external library, but no documentation of where to find it or how/where to place it.
i've tried both sites/all/libraries, sites/default/library, with no results
so it cant be installed

Comments

olak created an issue.

matslats’s picture

I think it might be the address field module.
I think you might have to install composer on your machine to pull in all the libraries.
Drupal seems to be changing over from drush make to composer
I haven't found enough documentation about this.
Possibly the address module is lacking a drush make file.
I've left them an issue: https://www.drupal.org/node/2636698

olak’s picture

yes its the address library. what is composer?
the error msg:

Address requires the commerceguys/addressing library.

matslats’s picture

I had big problems yesterday with this distro.
When I drush dl it the wrong version arrives.
Composer is a program that gets and updates dependencies. It lives on your server. It is fairly straight forward to install.
Unfortunately the drupal packagemanager, Drush make is not compatible with composer and doesn't yet work with those dependencies so I can't give you a full package and you must install composer yourself and run it.
There is help here https://www.drupal.org/project/composer_manager
Depending on your use-case, you might be better off using drupal 7 for now.
Or soon Community Forge will be able to give you a hosted d8
Tell me your story and I might have some time to help you directly.
Where in Greece are you?
Is there a community in need or are you just experimenting?

mstamler’s picture

I would very much like to play with this distro for Drupal 8. When can this issue be resolved?