-
Notifications
You must be signed in to change notification settings - Fork 9
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
AFS 7.x installation fails for different reasons #1566
Comments
Hi @Gianluke 👋 The second error is a symptom of an interrupted installation (where some of the files exist already, and so they can't be created again). (The fact that it doesn't fail with a better error is captured as a todo in archesproject/arches#10166.) To recover from this, try deleting all the files that the first installation attempt created. The first error is the one that needs to be debugged. It looks like elastic was not running. What was the exact command you ran to setup the db, and from what project did you run it?
Correct, arches for science for requires an alpha version of arches 7.6, which pip should install for you. arches-for-science/pyproject.toml Line 29 in ba547c1
|
Hi @jacobtylerwalls, For the second road I followed your suggestion and the installation of arches 7.6.0a1 is gone (even though I had to manually add the module "eslint-webpack-plugin" with command yarn add -D eslint-webpack-plugin following the error:
). At this point though, after following what is reported here and during execution of "python manage.py packages -o load_package -a arches_for_science -dev -y" command, the following error occurs:
Thank you so much for your support. Regards. |
Thanks for the additional details. Sounds like the initial migration in the arches for science application did not run correctly. What is the output of |
The instructions you linked are silent about when to setup the database. If AfS is not added to |
Hi all,
I trying to install AFS (based on Arches 7.x version) but every attempt I make fails (on dedicate Ubuntu 20.04 LTS VM with "scripted dependency" installation).
First try:
after clone the repo (or installing by "pip install arches-for-science" command), the setup_db task failed with error:
Second try:
how reported here, after "pip install arches==7.6.0a1", the "arches-project create myproject" command fail with error:
Third try:
no version of arches-for-science for docker compose is working. The most common error is the following (after launch of "docker-compose up --build command"):
Is there a particular procedure to follow in order to install Arches for science without problems?
I also tried to install it from a clean and working Arches 7.5.1 installation but ran into other errors (which I thought were due to the starting Arches version is not 7.6).
Thank's in advance.
The text was updated successfully, but these errors were encountered: